Uses of Class
org.apache.hadoop.hbase.http.ProfileServlet.ProfileRequest
Packages that use ProfileServlet.ProfileRequest
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.ProfileRequest in org.apache.hadoop.hbase.http
Methods in org.apache.hadoop.hbase.http that return ProfileServlet.ProfileRequestModifier and TypeMethodDescriptionProfileServlet.parseProfileRequest(javax.servlet.http.HttpServletRequest req) Methods in org.apache.hadoop.hbase.http with parameters of type ProfileServlet.ProfileRequestModifier and TypeMethodDescriptionprivate FileProfileServlet.createOutputFile(ProfileServlet.ProfileRequest request) BinaryBackend.executeStart(ProfileServlet.ProfileRequest request, File outputFile) LibraryBackend.executeStart(ProfileServlet.ProfileRequest request, File outputFile) ProfilerBackend.executeStart(ProfileServlet.ProfileRequest request, File outputFile) Executes a profiling start command and returns the profiler's response.protected StringProfileServlet.executeStart(ProfileServlet.ProfileRequest request, File outputFile) BinaryBackend.executeStop(ProfileServlet.ProfileRequest request, File outputFile) LibraryBackend.executeStop(ProfileServlet.ProfileRequest request, File outputFile) ProfilerBackend.executeStop(ProfileServlet.ProfileRequest request, File outputFile) Executes a profiling stop/dump command.protected StringProfileServlet.executeStop(ProfileServlet.ProfileRequest request, File outputFile) private voidProfileServlet.startStopperThread(int durationSeconds, ProfileServlet.ProfileRequest request, File outputFile, String relativeUrl) ProfilerCommandMapper.toCliCommand(ProfileServlet.ProfileRequest request, File outputFile, String profilerHome, Integer pid) Builds the CLI argument list for invoking the async-profiler binary (asprof / profiler.sh).(package private) static StringProfilerCommandMapper.toLibraryStartCommand(ProfileServlet.ProfileRequest request) Builds the start command string for the async-profiler Java API.(package private) static StringProfilerCommandMapper.toLibraryStopCommand(ProfileServlet.ProfileRequest request, File outputFile) Builds the stop command string for the async-profiler Java API.private voidProfileServlet.writeAcceptedResponse(javax.servlet.http.HttpServletResponse resp, ProfileServlet.ProfileRequest request, String relativeUrl)