public class ProfileWrapper extends Object
query profile
, so it to be presented through web UI.Constructor and Description |
---|
ProfileWrapper(UserBitShared.QueryProfile profile,
DrillConfig drillConfig,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
int |
getAutoLimit() |
String |
getCsrfToken() |
int |
getDefaultAutoLimit() |
String |
getExecutionDuration() |
List<FragmentWrapper> |
getFragmentProfiles() |
String |
getFragmentsOverview() |
String |
getNoProgressWarningThreshold() |
List<OperatorWrapper> |
getOperatorProfiles() |
String |
getOperatorsOverview() |
Map<String,String> |
getOptions() |
String |
getPlanningDuration() |
UserBitShared.QueryProfile |
getProfile() |
String |
getProfileDuration() |
String |
getQueryId() |
Map<String,String> |
getQueryOptions() |
String |
getQueryStateDisplayName() |
String |
getQueuedDuration() |
Map<String,String> |
getSessionOptions() |
boolean |
hasAutoLimit() |
boolean |
hasError() |
boolean |
isOnlyImpersonationEnabled() |
boolean |
showEstimatedRows() |
public ProfileWrapper(UserBitShared.QueryProfile profile, DrillConfig drillConfig, javax.servlet.http.HttpServletRequest request)
public boolean hasAutoLimit()
public int getAutoLimit()
public int getDefaultAutoLimit()
public boolean hasError()
public UserBitShared.QueryProfile getProfile()
public String getProfileDuration()
public String getQueryId()
public String getQueryStateDisplayName()
public String getPlanningDuration()
public String getQueuedDuration()
public String getExecutionDuration()
public String getNoProgressWarningThreshold()
public List<FragmentWrapper> getFragmentProfiles()
public String getFragmentsOverview()
public List<OperatorWrapper> getOperatorProfiles()
public String getOperatorsOverview()
public boolean isOnlyImpersonationEnabled()
public boolean showEstimatedRows()
public String getCsrfToken()
Copyright © 1970 The Apache Software Foundation. All rights reserved.