Uses of Enum Class
org.apache.hadoop.hbase.http.ProfileServlet.Output
Packages that use ProfileServlet.Output
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.Output in org.apache.hadoop.hbase.http
Fields in org.apache.hadoop.hbase.http declared as ProfileServlet.OutputModifier and TypeFieldDescriptionprivate final ProfileServlet.OutputProfileServlet.ProfileRequest.outputMethods in org.apache.hadoop.hbase.http that return ProfileServlet.OutputModifier and TypeMethodDescriptionprivate ProfileServlet.OutputProfileServlet.getOutput(javax.servlet.http.HttpServletRequest req) ProfileServlet.ProfileRequest.getOutput()static ProfileServlet.OutputReturns the enum constant of this class with the specified name.static ProfileServlet.Output[]ProfileServlet.Output.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.http with parameters of type ProfileServlet.OutputModifier and TypeMethodDescription(package private) static StringProfilerCommandMapper.toFileExtension(ProfileServlet.Output output) Maps theProfileServlet.Outputenum to a file extension / format token without emitting any log warnings.(package private) static StringProfilerCommandMapper.toFormatString(ProfileServlet.Output output) Maps theProfileServlet.Outputenum to the format string used by both backends.Constructors in org.apache.hadoop.hbase.http with parameters of type ProfileServlet.OutputModifierConstructorDescriptionprivateProfileRequest(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)