Uses of Enum Class
org.apache.hadoop.hbase.http.ProfileServlet.Event
Packages that use ProfileServlet.Event
Package
Description
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
-
Uses of ProfileServlet.Event in org.apache.hadoop.hbase.http
Fields in org.apache.hadoop.hbase.http declared as ProfileServlet.EventModifier and TypeFieldDescriptionprivate final ProfileServlet.EventProfileServlet.ProfileRequest.eventMethods in org.apache.hadoop.hbase.http that return ProfileServlet.EventModifier and TypeMethodDescriptionstatic ProfileServlet.EventProfileServlet.Event.fromInternalName(String name) private ProfileServlet.EventProfileServlet.getEvent(javax.servlet.http.HttpServletRequest req) ProfileServlet.ProfileRequest.getEvent()static ProfileServlet.EventReturns the enum constant of this class with the specified name.static ProfileServlet.Event[]ProfileServlet.Event.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hbase.http with parameters of type ProfileServlet.EventModifierConstructorDescriptionprivateProfileRequest(int duration, ProfileServlet.Output output, ProfileServlet.Event event, Long interval, Integer jstackDepth, Long bufsize, boolean thread, boolean simple, Integer width, Integer height, Double minwidth, boolean reverse, int refreshDelay, Integer pid)