public static interface UserBitShared.QueryProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAutoLimit()
optional int32 autoLimit = 23; |
long |
getEnd()
optional int64 end = 4; |
String |
getError()
optional string error = 13; |
com.google.protobuf.ByteString |
getErrorBytes()
optional string error = 13; |
String |
getErrorId()
optional string error_id = 15; |
com.google.protobuf.ByteString |
getErrorIdBytes()
optional string error_id = 15; |
String |
getErrorNode()
optional string error_node = 16; |
com.google.protobuf.ByteString |
getErrorNodeBytes()
optional string error_node = 16; |
int |
getFinishedFragments()
optional int32 finished_fragments = 10; |
CoordinationProtos.DrillbitEndpoint |
getForeman()
optional .exec.DrillbitEndpoint foreman = 7; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 7; |
UserBitShared.MajorFragmentProfile |
getFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
int |
getFragmentProfileCount()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
List<UserBitShared.MajorFragmentProfile> |
getFragmentProfileList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.MajorFragmentProfileOrBuilder |
getFragmentProfileOrBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
List<? extends UserBitShared.MajorFragmentProfileOrBuilder> |
getFragmentProfileOrBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryId |
getId()
optional .exec.shared.QueryId id = 1; |
UserBitShared.QueryIdOrBuilder |
getIdOrBuilder()
optional .exec.shared.QueryId id = 1; |
String |
getOptionsJson()
optional string options_json = 17; |
com.google.protobuf.ByteString |
getOptionsJsonBytes()
optional string options_json = 17; |
String |
getPlan()
optional string plan = 6; |
com.google.protobuf.ByteString |
getPlanBytes()
optional string plan = 6; |
long |
getPlanEnd()
optional int64 planEnd = 18; |
String |
getQuery()
optional string query = 5; |
com.google.protobuf.ByteString |
getQueryBytes()
optional string query = 5; |
String |
getQueryId()
optional string queryId = 22; |
com.google.protobuf.ByteString |
getQueryIdBytes()
optional string queryId = 22; |
String |
getQueueName()
optional string queue_name = 21 [default = "-"]; |
com.google.protobuf.ByteString |
getQueueNameBytes()
optional string queue_name = 21 [default = "-"]; |
long |
getQueueWaitEnd()
optional int64 queueWaitEnd = 19; |
long |
getStart()
optional int64 start = 3; |
UserBitShared.QueryResult.QueryState |
getState()
optional .exec.shared.QueryResult.QueryState state = 8; |
double |
getTotalCost()
optional double total_cost = 20; |
int |
getTotalFragments()
optional int32 total_fragments = 9; |
UserBitShared.QueryType |
getType()
optional .exec.shared.QueryType type = 2; |
String |
getUser()
optional string user = 12 [default = "-"]; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 12 [default = "-"]; |
String |
getVerboseError()
optional string verboseError = 14; |
com.google.protobuf.ByteString |
getVerboseErrorBytes()
optional string verboseError = 14; |
boolean |
hasAutoLimit()
optional int32 autoLimit = 23; |
boolean |
hasEnd()
optional int64 end = 4; |
boolean |
hasError()
optional string error = 13; |
boolean |
hasErrorId()
optional string error_id = 15; |
boolean |
hasErrorNode()
optional string error_node = 16; |
boolean |
hasFinishedFragments()
optional int32 finished_fragments = 10; |
boolean |
hasForeman()
optional .exec.DrillbitEndpoint foreman = 7; |
boolean |
hasId()
optional .exec.shared.QueryId id = 1; |
boolean |
hasOptionsJson()
optional string options_json = 17; |
boolean |
hasPlan()
optional string plan = 6; |
boolean |
hasPlanEnd()
optional int64 planEnd = 18; |
boolean |
hasQuery()
optional string query = 5; |
boolean |
hasQueryId()
optional string queryId = 22; |
boolean |
hasQueueName()
optional string queue_name = 21 [default = "-"]; |
boolean |
hasQueueWaitEnd()
optional int64 queueWaitEnd = 19; |
boolean |
hasStart()
optional int64 start = 3; |
boolean |
hasState()
optional .exec.shared.QueryResult.QueryState state = 8; |
boolean |
hasTotalCost()
optional double total_cost = 20; |
boolean |
hasTotalFragments()
optional int32 total_fragments = 9; |
boolean |
hasType()
optional .exec.shared.QueryType type = 2; |
boolean |
hasUser()
optional string user = 12 [default = "-"]; |
boolean |
hasVerboseError()
optional string verboseError = 14; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional .exec.shared.QueryId id = 1;
UserBitShared.QueryId getId()
optional .exec.shared.QueryId id = 1;
UserBitShared.QueryIdOrBuilder getIdOrBuilder()
optional .exec.shared.QueryId id = 1;
boolean hasType()
optional .exec.shared.QueryType type = 2;
UserBitShared.QueryType getType()
optional .exec.shared.QueryType type = 2;
boolean hasStart()
optional int64 start = 3;
long getStart()
optional int64 start = 3;
boolean hasEnd()
optional int64 end = 4;
long getEnd()
optional int64 end = 4;
boolean hasQuery()
optional string query = 5;
String getQuery()
optional string query = 5;
com.google.protobuf.ByteString getQueryBytes()
optional string query = 5;
boolean hasPlan()
optional string plan = 6;
String getPlan()
optional string plan = 6;
com.google.protobuf.ByteString getPlanBytes()
optional string plan = 6;
boolean hasForeman()
optional .exec.DrillbitEndpoint foreman = 7;
CoordinationProtos.DrillbitEndpoint getForeman()
optional .exec.DrillbitEndpoint foreman = 7;
CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 7;
boolean hasState()
optional .exec.shared.QueryResult.QueryState state = 8;
UserBitShared.QueryResult.QueryState getState()
optional .exec.shared.QueryResult.QueryState state = 8;
boolean hasTotalFragments()
optional int32 total_fragments = 9;
int getTotalFragments()
optional int32 total_fragments = 9;
boolean hasFinishedFragments()
optional int32 finished_fragments = 10;
int getFinishedFragments()
optional int32 finished_fragments = 10;
List<UserBitShared.MajorFragmentProfile> getFragmentProfileList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
UserBitShared.MajorFragmentProfile getFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
int getFragmentProfileCount()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
List<? extends UserBitShared.MajorFragmentProfileOrBuilder> getFragmentProfileOrBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
UserBitShared.MajorFragmentProfileOrBuilder getFragmentProfileOrBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
boolean hasUser()
optional string user = 12 [default = "-"];
String getUser()
optional string user = 12 [default = "-"];
com.google.protobuf.ByteString getUserBytes()
optional string user = 12 [default = "-"];
boolean hasError()
optional string error = 13;
String getError()
optional string error = 13;
com.google.protobuf.ByteString getErrorBytes()
optional string error = 13;
boolean hasVerboseError()
optional string verboseError = 14;
String getVerboseError()
optional string verboseError = 14;
com.google.protobuf.ByteString getVerboseErrorBytes()
optional string verboseError = 14;
boolean hasErrorId()
optional string error_id = 15;
String getErrorId()
optional string error_id = 15;
com.google.protobuf.ByteString getErrorIdBytes()
optional string error_id = 15;
boolean hasErrorNode()
optional string error_node = 16;
String getErrorNode()
optional string error_node = 16;
com.google.protobuf.ByteString getErrorNodeBytes()
optional string error_node = 16;
boolean hasOptionsJson()
optional string options_json = 17;
String getOptionsJson()
optional string options_json = 17;
com.google.protobuf.ByteString getOptionsJsonBytes()
optional string options_json = 17;
boolean hasPlanEnd()
optional int64 planEnd = 18;
long getPlanEnd()
optional int64 planEnd = 18;
boolean hasQueueWaitEnd()
optional int64 queueWaitEnd = 19;
long getQueueWaitEnd()
optional int64 queueWaitEnd = 19;
boolean hasTotalCost()
optional double total_cost = 20;
double getTotalCost()
optional double total_cost = 20;
boolean hasQueueName()
optional string queue_name = 21 [default = "-"];
String getQueueName()
optional string queue_name = 21 [default = "-"];
com.google.protobuf.ByteString getQueueNameBytes()
optional string queue_name = 21 [default = "-"];
boolean hasQueryId()
optional string queryId = 22;
String getQueryId()
optional string queryId = 22;
com.google.protobuf.ByteString getQueryIdBytes()
optional string queryId = 22;
boolean hasAutoLimit()
optional int32 autoLimit = 23;
int getAutoLimit()
optional int32 autoLimit = 23;
Copyright © 1970 The Apache Software Foundation. All rights reserved.