public class ProfileWrapper extends Object
query profile, so it to be presented through web UI.| Constructor and Description |
|---|
ProfileWrapper(UserBitShared.QueryProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionDuration() |
List<FragmentWrapper> |
getFragmentProfiles() |
String |
getFragmentsOverview() |
List<OperatorWrapper> |
getOperatorProfiles() |
String |
getOperatorsJSON() |
String |
getOperatorsOverview() |
Map<String,String> |
getOptions()
Generates sorted map with properties used to display on Web UI,
where key is property name and value is property string value.
|
String |
getPlanningDuration() |
UserBitShared.QueryProfile |
getProfile() |
String |
getProfileDuration() |
String |
getQueryId() |
String |
getQueryStateDisplayName() |
String |
getQueuedDuration() |
boolean |
hasError() |
public ProfileWrapper(UserBitShared.QueryProfile profile)
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 List<FragmentWrapper> getFragmentProfiles()
public String getFragmentsOverview()
public List<OperatorWrapper> getOperatorProfiles()
public String getOperatorsOverview()
public String getOperatorsJSON()
public Map<String,String> getOptions()
String.valueOf(Object) method.
Options will be stored in ascending key order, sorted according
to the natural order for the option name represented by String.Copyright © 2017 The Apache Software Foundation. All rights reserved.