public static class ProfileResources.ProfileInfo extends Object implements Comparable<ProfileResources.ProfileInfo>
Modifier and Type | Field and Description |
---|---|
static SimpleDateFormat |
format |
Constructor and Description |
---|
ProfileInfo(DrillConfig drillConfig,
String queryId,
long startTime,
long endTime,
String foreman,
String query,
String state,
String user,
double totalCost,
String queueName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ProfileResources.ProfileInfo other) |
String |
getDuration() |
long |
getEndTime() |
String |
getForeman() |
String |
getLink() |
String |
getQuery() |
String |
getQueryId() |
String |
getQueueName() |
long |
getStartTime() |
String |
getState() |
String |
getTime() |
double |
getTotalCost() |
String |
getUser() |
public static final SimpleDateFormat format
public String getUser()
public String getQuery()
public String getQueryId()
public String getTime()
public long getStartTime()
public long getEndTime()
public String getDuration()
public String getState()
public String getLink()
public String getForeman()
public double getTotalCost()
public String getQueueName()
public int compareTo(ProfileResources.ProfileInfo other)
compareTo
in interface Comparable<ProfileResources.ProfileInfo>
Copyright © 1970 The Apache Software Foundation. All rights reserved.