Package org.apache.hadoop.hbase.http
Class ProfileServlet.ProfileResult
java.lang.Object
org.apache.hadoop.hbase.http.ProfileServlet.ProfileResult
- Enclosing class:
- ProfileServlet
Immutable record of a completed profiling session.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProfileResult(String relativeUrl, String event, int durationSeconds, Instant completedAt) -
Method Summary
-
Field Details
-
relativeUrl
-
event
-
durationSeconds
-
completedAt
-
-
Constructor Details
-
ProfileResult
ProfileResult(String relativeUrl, String event, int durationSeconds, Instant completedAt)
-