Uses of Enum Class
org.apache.hadoop.hbase.http.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
Modifier and TypeMethodDescriptionstatic ProfileServlet.Event
ProfileServlet.Event.fromInternalName
(String name) private ProfileServlet.Event
ProfileServlet.getEvent
(javax.servlet.http.HttpServletRequest req) static ProfileServlet.Event
Returns 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.