Package org.apache.drill.exec.proto
Interface UserBitShared.QueryProfileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.QueryProfile
,UserBitShared.QueryProfile.Builder
- Enclosing class:
- UserBitShared
public static interface UserBitShared.QueryProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
optional int32 autoLimit = 23;
long
getEnd()
optional int64 end = 4;
getError()
optional string error = 13;
com.google.protobuf.ByteString
optional string error = 13;
optional string error_id = 15;
com.google.protobuf.ByteString
optional string error_id = 15;
optional string error_node = 16;
com.google.protobuf.ByteString
optional string error_node = 16;
int
optional int32 finished_fragments = 10;
optional .exec.DrillbitEndpoint foreman = 7;
optional .exec.DrillbitEndpoint foreman = 7;
getFragmentProfile
(int index) repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
int
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileOrBuilder
(int index) repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
List<? extends UserBitShared.MajorFragmentProfileOrBuilder>
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getId()
optional .exec.shared.QueryId id = 1;
optional .exec.shared.QueryId id = 1;
optional string options_json = 17;
com.google.protobuf.ByteString
optional string options_json = 17;
getPlan()
optional string plan = 6;
com.google.protobuf.ByteString
optional string plan = 6;
long
optional int64 planEnd = 18;
getQuery()
optional string query = 5;
com.google.protobuf.ByteString
optional string query = 5;
optional string queryId = 22;
com.google.protobuf.ByteString
optional string queryId = 22;
optional string queue_name = 21 [default = "-"];
com.google.protobuf.ByteString
optional string queue_name = 21 [default = "-"];
long
optional int64 queueWaitEnd = 19;
getScannedPlugins
(int index) repeated string scanned_plugins = 24;
com.google.protobuf.ByteString
getScannedPluginsBytes
(int index) repeated string scanned_plugins = 24;
int
repeated string scanned_plugins = 24;
repeated string scanned_plugins = 24;
long
getStart()
optional int64 start = 3;
getState()
optional .exec.shared.QueryResult.QueryState state = 8;
double
optional double total_cost = 20;
int
optional int32 total_fragments = 9;
getType()
optional .exec.shared.QueryType type = 2;
getUser()
optional string user = 12 [default = "-"];
com.google.protobuf.ByteString
optional string user = 12 [default = "-"];
optional string verboseError = 14;
com.google.protobuf.ByteString
optional string verboseError = 14;
boolean
optional int32 autoLimit = 23;
boolean
hasEnd()
optional int64 end = 4;
boolean
hasError()
optional string error = 13;
boolean
optional string error_id = 15;
boolean
optional string error_node = 16;
boolean
optional int32 finished_fragments = 10;
boolean
optional .exec.DrillbitEndpoint foreman = 7;
boolean
hasId()
optional .exec.shared.QueryId id = 1;
boolean
optional string options_json = 17;
boolean
hasPlan()
optional string plan = 6;
boolean
optional int64 planEnd = 18;
boolean
hasQuery()
optional string query = 5;
boolean
optional string queryId = 22;
boolean
optional string queue_name = 21 [default = "-"];
boolean
optional int64 queueWaitEnd = 19;
boolean
hasStart()
optional int64 start = 3;
boolean
hasState()
optional .exec.shared.QueryResult.QueryState state = 8;
boolean
optional double total_cost = 20;
boolean
optional int32 total_fragments = 9;
boolean
hasType()
optional .exec.shared.QueryType type = 2;
boolean
hasUser()
optional string user = 12 [default = "-"];
boolean
optional string verboseError = 14;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()optional .exec.shared.QueryId id = 1;
- Returns:
- Whether the id field is set.
-
getId
UserBitShared.QueryId getId()optional .exec.shared.QueryId id = 1;
- Returns:
- The id.
-
getIdOrBuilder
UserBitShared.QueryIdOrBuilder getIdOrBuilder()optional .exec.shared.QueryId id = 1;
-
hasType
boolean hasType()optional .exec.shared.QueryType type = 2;
- Returns:
- Whether the type field is set.
-
getType
UserBitShared.QueryType getType()optional .exec.shared.QueryType type = 2;
- Returns:
- The type.
-
hasStart
boolean hasStart()optional int64 start = 3;
- Returns:
- Whether the start field is set.
-
getStart
long getStart()optional int64 start = 3;
- Returns:
- The start.
-
hasEnd
boolean hasEnd()optional int64 end = 4;
- Returns:
- Whether the end field is set.
-
getEnd
long getEnd()optional int64 end = 4;
- Returns:
- The end.
-
hasQuery
boolean hasQuery()optional string query = 5;
- Returns:
- Whether the query field is set.
-
getQuery
String getQuery()optional string query = 5;
- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()optional string query = 5;
- Returns:
- The bytes for query.
-
hasPlan
boolean hasPlan()optional string plan = 6;
- Returns:
- Whether the plan field is set.
-
getPlan
String getPlan()optional string plan = 6;
- Returns:
- The plan.
-
getPlanBytes
com.google.protobuf.ByteString getPlanBytes()optional string plan = 6;
- Returns:
- The bytes for plan.
-
hasForeman
boolean hasForeman()optional .exec.DrillbitEndpoint foreman = 7;
- Returns:
- Whether the foreman field is set.
-
getForeman
CoordinationProtos.DrillbitEndpoint getForeman()optional .exec.DrillbitEndpoint foreman = 7;
- Returns:
- The foreman.
-
getForemanOrBuilder
CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()optional .exec.DrillbitEndpoint foreman = 7;
-
hasState
boolean hasState()optional .exec.shared.QueryResult.QueryState state = 8;
- Returns:
- Whether the state field is set.
-
getState
UserBitShared.QueryResult.QueryState getState()optional .exec.shared.QueryResult.QueryState state = 8;
- Returns:
- The state.
-
hasTotalFragments
boolean hasTotalFragments()optional int32 total_fragments = 9;
- Returns:
- Whether the totalFragments field is set.
-
getTotalFragments
int getTotalFragments()optional int32 total_fragments = 9;
- Returns:
- The totalFragments.
-
hasFinishedFragments
boolean hasFinishedFragments()optional int32 finished_fragments = 10;
- Returns:
- Whether the finishedFragments field is set.
-
getFinishedFragments
int getFinishedFragments()optional int32 finished_fragments = 10;
- Returns:
- The finishedFragments.
-
getFragmentProfileList
List<UserBitShared.MajorFragmentProfile> getFragmentProfileList()repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
-
getFragmentProfile
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
-
getFragmentProfileCount
int getFragmentProfileCount()repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
-
getFragmentProfileOrBuilderList
List<? extends UserBitShared.MajorFragmentProfileOrBuilder> getFragmentProfileOrBuilderList()repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
-
getFragmentProfileOrBuilder
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
-
hasUser
boolean hasUser()optional string user = 12 [default = "-"];
- Returns:
- Whether the user field is set.
-
getUser
String getUser()optional string user = 12 [default = "-"];
- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()optional string user = 12 [default = "-"];
- Returns:
- The bytes for user.
-
hasError
boolean hasError()optional string error = 13;
- Returns:
- Whether the error field is set.
-
getError
String getError()optional string error = 13;
- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()optional string error = 13;
- Returns:
- The bytes for error.
-
hasVerboseError
boolean hasVerboseError()optional string verboseError = 14;
- Returns:
- Whether the verboseError field is set.
-
getVerboseError
String getVerboseError()optional string verboseError = 14;
- Returns:
- The verboseError.
-
getVerboseErrorBytes
com.google.protobuf.ByteString getVerboseErrorBytes()optional string verboseError = 14;
- Returns:
- The bytes for verboseError.
-
hasErrorId
boolean hasErrorId()optional string error_id = 15;
- Returns:
- Whether the errorId field is set.
-
getErrorId
String getErrorId()optional string error_id = 15;
- Returns:
- The errorId.
-
getErrorIdBytes
com.google.protobuf.ByteString getErrorIdBytes()optional string error_id = 15;
- Returns:
- The bytes for errorId.
-
hasErrorNode
boolean hasErrorNode()optional string error_node = 16;
- Returns:
- Whether the errorNode field is set.
-
getErrorNode
String getErrorNode()optional string error_node = 16;
- Returns:
- The errorNode.
-
getErrorNodeBytes
com.google.protobuf.ByteString getErrorNodeBytes()optional string error_node = 16;
- Returns:
- The bytes for errorNode.
-
hasOptionsJson
boolean hasOptionsJson()optional string options_json = 17;
- Returns:
- Whether the optionsJson field is set.
-
getOptionsJson
String getOptionsJson()optional string options_json = 17;
- Returns:
- The optionsJson.
-
getOptionsJsonBytes
com.google.protobuf.ByteString getOptionsJsonBytes()optional string options_json = 17;
- Returns:
- The bytes for optionsJson.
-
hasPlanEnd
boolean hasPlanEnd()optional int64 planEnd = 18;
- Returns:
- Whether the planEnd field is set.
-
getPlanEnd
long getPlanEnd()optional int64 planEnd = 18;
- Returns:
- The planEnd.
-
hasQueueWaitEnd
boolean hasQueueWaitEnd()optional int64 queueWaitEnd = 19;
- Returns:
- Whether the queueWaitEnd field is set.
-
getQueueWaitEnd
long getQueueWaitEnd()optional int64 queueWaitEnd = 19;
- Returns:
- The queueWaitEnd.
-
hasTotalCost
boolean hasTotalCost()optional double total_cost = 20;
- Returns:
- Whether the totalCost field is set.
-
getTotalCost
double getTotalCost()optional double total_cost = 20;
- Returns:
- The totalCost.
-
hasQueueName
boolean hasQueueName()optional string queue_name = 21 [default = "-"];
- Returns:
- Whether the queueName field is set.
-
getQueueName
String getQueueName()optional string queue_name = 21 [default = "-"];
- Returns:
- The queueName.
-
getQueueNameBytes
com.google.protobuf.ByteString getQueueNameBytes()optional string queue_name = 21 [default = "-"];
- Returns:
- The bytes for queueName.
-
hasQueryId
boolean hasQueryId()optional string queryId = 22;
- Returns:
- Whether the queryId field is set.
-
getQueryId
String getQueryId()optional string queryId = 22;
- Returns:
- The queryId.
-
getQueryIdBytes
com.google.protobuf.ByteString getQueryIdBytes()optional string queryId = 22;
- Returns:
- The bytes for queryId.
-
hasAutoLimit
boolean hasAutoLimit()optional int32 autoLimit = 23;
- Returns:
- Whether the autoLimit field is set.
-
getAutoLimit
int getAutoLimit()optional int32 autoLimit = 23;
- Returns:
- The autoLimit.
-
getScannedPluginsList
repeated string scanned_plugins = 24;
- Returns:
- A list containing the scannedPlugins.
-
getScannedPluginsCount
int getScannedPluginsCount()repeated string scanned_plugins = 24;
- Returns:
- The count of scannedPlugins.
-
getScannedPlugins
repeated string scanned_plugins = 24;
- Parameters:
index
- The index of the element to return.- Returns:
- The scannedPlugins at the given index.
-
getScannedPluginsBytes
com.google.protobuf.ByteString getScannedPluginsBytes(int index) repeated string scanned_plugins = 24;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the scannedPlugins at the given index.
-