Class ProfileResources.ProfileInfo
java.lang.Object
org.apache.drill.exec.server.rest.profile.ProfileResources.ProfileInfo
- All Implemented Interfaces:
Comparable<ProfileResources.ProfileInfo>
- Enclosing class:
- ProfileResources
public static class ProfileResources.ProfileInfo
extends Object
implements Comparable<ProfileResources.ProfileInfo>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProfileInfo
(DrillConfig drillConfig, String queryId, long startTime, long endTime, String foreman, String query, String state, String user, double totalCost, String queueName) -
Method Summary
-
Field Details
-
format
-
-
Constructor Details
-
ProfileInfo
-
-
Method Details
-
getUser
-
getQuery
-
getQueryId
-
getTime
-
getStartTime
public long getStartTime() -
getEndTime
public long getEndTime() -
getDuration
-
getState
-
getLink
-
getForeman
-
getTotalCost
public double getTotalCost() -
getQueueName
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ProfileResources.ProfileInfo>
-