public static final class UserBitShared.QueryProfile.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder> implements UserBitShared.QueryProfileOrBuilder
exec.shared.QueryProfile
Modifier and Type | Method and Description |
---|---|
UserBitShared.QueryProfile.Builder |
addAllFragmentProfile(Iterable<? extends UserBitShared.MajorFragmentProfile> values)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
addFragmentProfile(int index,
UserBitShared.MajorFragmentProfile.Builder builderForValue)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
addFragmentProfile(int index,
UserBitShared.MajorFragmentProfile value)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
addFragmentProfile(UserBitShared.MajorFragmentProfile.Builder builderForValue)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
addFragmentProfile(UserBitShared.MajorFragmentProfile value)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.MajorFragmentProfile.Builder |
addFragmentProfileBuilder()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.MajorFragmentProfile.Builder |
addFragmentProfileBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.QueryProfile |
build() |
UserBitShared.QueryProfile |
buildPartial() |
UserBitShared.QueryProfile.Builder |
clear() |
UserBitShared.QueryProfile.Builder |
clearAutoLimit()
optional int32 autoLimit = 23; |
UserBitShared.QueryProfile.Builder |
clearEnd()
optional int64 end = 4; |
UserBitShared.QueryProfile.Builder |
clearError()
optional string error = 13; |
UserBitShared.QueryProfile.Builder |
clearErrorId()
optional string error_id = 15; |
UserBitShared.QueryProfile.Builder |
clearErrorNode()
optional string error_node = 16; |
UserBitShared.QueryProfile.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserBitShared.QueryProfile.Builder |
clearFinishedFragments()
optional int32 finished_fragments = 10; |
UserBitShared.QueryProfile.Builder |
clearForeman()
optional .exec.DrillbitEndpoint foreman = 7; |
UserBitShared.QueryProfile.Builder |
clearFragmentProfile()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
clearId()
optional .exec.shared.QueryId id = 1; |
UserBitShared.QueryProfile.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserBitShared.QueryProfile.Builder |
clearOptionsJson()
optional string options_json = 17; |
UserBitShared.QueryProfile.Builder |
clearPlan()
optional string plan = 6; |
UserBitShared.QueryProfile.Builder |
clearPlanEnd()
optional int64 planEnd = 18; |
UserBitShared.QueryProfile.Builder |
clearQuery()
optional string query = 5; |
UserBitShared.QueryProfile.Builder |
clearQueryId()
optional string queryId = 22; |
UserBitShared.QueryProfile.Builder |
clearQueueName()
optional string queue_name = 21 [default = "-"]; |
UserBitShared.QueryProfile.Builder |
clearQueueWaitEnd()
optional int64 queueWaitEnd = 19; |
UserBitShared.QueryProfile.Builder |
clearStart()
optional int64 start = 3; |
UserBitShared.QueryProfile.Builder |
clearState()
optional .exec.shared.QueryResult.QueryState state = 8; |
UserBitShared.QueryProfile.Builder |
clearTotalCost()
optional double total_cost = 20; |
UserBitShared.QueryProfile.Builder |
clearTotalFragments()
optional int32 total_fragments = 9; |
UserBitShared.QueryProfile.Builder |
clearType()
optional .exec.shared.QueryType type = 2; |
UserBitShared.QueryProfile.Builder |
clearUser()
optional string user = 12 [default = "-"]; |
UserBitShared.QueryProfile.Builder |
clearVerboseError()
optional string verboseError = 14; |
UserBitShared.QueryProfile.Builder |
clone() |
int |
getAutoLimit()
optional int32 autoLimit = 23; |
UserBitShared.QueryProfile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.DrillbitEndpoint.Builder |
getForemanBuilder()
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; |
UserBitShared.MajorFragmentProfile.Builder |
getFragmentProfileBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
List<UserBitShared.MajorFragmentProfile.Builder> |
getFragmentProfileBuilderList()
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.QueryId.Builder |
getIdBuilder()
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserBitShared.QueryProfile.Builder |
mergeForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 7; |
UserBitShared.QueryProfile.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserBitShared.QueryProfile.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserBitShared.QueryProfile.Builder |
mergeFrom(UserBitShared.QueryProfile other) |
UserBitShared.QueryProfile.Builder |
mergeId(UserBitShared.QueryId value)
optional .exec.shared.QueryId id = 1; |
UserBitShared.QueryProfile.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.QueryProfile.Builder |
removeFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
setAutoLimit(int value)
optional int32 autoLimit = 23; |
UserBitShared.QueryProfile.Builder |
setEnd(long value)
optional int64 end = 4; |
UserBitShared.QueryProfile.Builder |
setError(String value)
optional string error = 13; |
UserBitShared.QueryProfile.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
optional string error = 13; |
UserBitShared.QueryProfile.Builder |
setErrorId(String value)
optional string error_id = 15; |
UserBitShared.QueryProfile.Builder |
setErrorIdBytes(com.google.protobuf.ByteString value)
optional string error_id = 15; |
UserBitShared.QueryProfile.Builder |
setErrorNode(String value)
optional string error_node = 16; |
UserBitShared.QueryProfile.Builder |
setErrorNodeBytes(com.google.protobuf.ByteString value)
optional string error_node = 16; |
UserBitShared.QueryProfile.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.QueryProfile.Builder |
setFinishedFragments(int value)
optional int32 finished_fragments = 10; |
UserBitShared.QueryProfile.Builder |
setForeman(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint foreman = 7; |
UserBitShared.QueryProfile.Builder |
setForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 7; |
UserBitShared.QueryProfile.Builder |
setFragmentProfile(int index,
UserBitShared.MajorFragmentProfile.Builder builderForValue)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
setFragmentProfile(int index,
UserBitShared.MajorFragmentProfile value)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11; |
UserBitShared.QueryProfile.Builder |
setId(UserBitShared.QueryId.Builder builderForValue)
optional .exec.shared.QueryId id = 1; |
UserBitShared.QueryProfile.Builder |
setId(UserBitShared.QueryId value)
optional .exec.shared.QueryId id = 1; |
UserBitShared.QueryProfile.Builder |
setOptionsJson(String value)
optional string options_json = 17; |
UserBitShared.QueryProfile.Builder |
setOptionsJsonBytes(com.google.protobuf.ByteString value)
optional string options_json = 17; |
UserBitShared.QueryProfile.Builder |
setPlan(String value)
optional string plan = 6; |
UserBitShared.QueryProfile.Builder |
setPlanBytes(com.google.protobuf.ByteString value)
optional string plan = 6; |
UserBitShared.QueryProfile.Builder |
setPlanEnd(long value)
optional int64 planEnd = 18; |
UserBitShared.QueryProfile.Builder |
setQuery(String value)
optional string query = 5; |
UserBitShared.QueryProfile.Builder |
setQueryBytes(com.google.protobuf.ByteString value)
optional string query = 5; |
UserBitShared.QueryProfile.Builder |
setQueryId(String value)
optional string queryId = 22; |
UserBitShared.QueryProfile.Builder |
setQueryIdBytes(com.google.protobuf.ByteString value)
optional string queryId = 22; |
UserBitShared.QueryProfile.Builder |
setQueueName(String value)
optional string queue_name = 21 [default = "-"]; |
UserBitShared.QueryProfile.Builder |
setQueueNameBytes(com.google.protobuf.ByteString value)
optional string queue_name = 21 [default = "-"]; |
UserBitShared.QueryProfile.Builder |
setQueueWaitEnd(long value)
optional int64 queueWaitEnd = 19; |
UserBitShared.QueryProfile.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserBitShared.QueryProfile.Builder |
setStart(long value)
optional int64 start = 3; |
UserBitShared.QueryProfile.Builder |
setState(UserBitShared.QueryResult.QueryState value)
optional .exec.shared.QueryResult.QueryState state = 8; |
UserBitShared.QueryProfile.Builder |
setTotalCost(double value)
optional double total_cost = 20; |
UserBitShared.QueryProfile.Builder |
setTotalFragments(int value)
optional int32 total_fragments = 9; |
UserBitShared.QueryProfile.Builder |
setType(UserBitShared.QueryType value)
optional .exec.shared.QueryType type = 2; |
UserBitShared.QueryProfile.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.QueryProfile.Builder |
setUser(String value)
optional string user = 12 [default = "-"]; |
UserBitShared.QueryProfile.Builder |
setUserBytes(com.google.protobuf.ByteString value)
optional string user = 12 [default = "-"]; |
UserBitShared.QueryProfile.Builder |
setVerboseError(String value)
optional string verboseError = 14; |
UserBitShared.QueryProfile.Builder |
setVerboseErrorBytes(com.google.protobuf.ByteString value)
optional string verboseError = 14; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public UserBitShared.QueryProfile build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public UserBitShared.QueryProfile buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UserBitShared.QueryProfile.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder mergeFrom(UserBitShared.QueryProfile other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public UserBitShared.QueryProfile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.QueryProfile.Builder>
IOException
public boolean hasId()
optional .exec.shared.QueryId id = 1;
hasId
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryId getId()
optional .exec.shared.QueryId id = 1;
getId
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setId(UserBitShared.QueryId value)
optional .exec.shared.QueryId id = 1;
public UserBitShared.QueryProfile.Builder setId(UserBitShared.QueryId.Builder builderForValue)
optional .exec.shared.QueryId id = 1;
public UserBitShared.QueryProfile.Builder mergeId(UserBitShared.QueryId value)
optional .exec.shared.QueryId id = 1;
public UserBitShared.QueryProfile.Builder clearId()
optional .exec.shared.QueryId id = 1;
public UserBitShared.QueryId.Builder getIdBuilder()
optional .exec.shared.QueryId id = 1;
public UserBitShared.QueryIdOrBuilder getIdOrBuilder()
optional .exec.shared.QueryId id = 1;
getIdOrBuilder
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasType()
optional .exec.shared.QueryType type = 2;
hasType
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryType getType()
optional .exec.shared.QueryType type = 2;
getType
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setType(UserBitShared.QueryType value)
optional .exec.shared.QueryType type = 2;
value
- The type to set.public UserBitShared.QueryProfile.Builder clearType()
optional .exec.shared.QueryType type = 2;
public boolean hasStart()
optional int64 start = 3;
hasStart
in interface UserBitShared.QueryProfileOrBuilder
public long getStart()
optional int64 start = 3;
getStart
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setStart(long value)
optional int64 start = 3;
value
- The start to set.public UserBitShared.QueryProfile.Builder clearStart()
optional int64 start = 3;
public boolean hasEnd()
optional int64 end = 4;
hasEnd
in interface UserBitShared.QueryProfileOrBuilder
public long getEnd()
optional int64 end = 4;
getEnd
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setEnd(long value)
optional int64 end = 4;
value
- The end to set.public UserBitShared.QueryProfile.Builder clearEnd()
optional int64 end = 4;
public boolean hasQuery()
optional string query = 5;
hasQuery
in interface UserBitShared.QueryProfileOrBuilder
public String getQuery()
optional string query = 5;
getQuery
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getQueryBytes()
optional string query = 5;
getQueryBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setQuery(String value)
optional string query = 5;
value
- The query to set.public UserBitShared.QueryProfile.Builder clearQuery()
optional string query = 5;
public UserBitShared.QueryProfile.Builder setQueryBytes(com.google.protobuf.ByteString value)
optional string query = 5;
value
- The bytes for query to set.public boolean hasPlan()
optional string plan = 6;
hasPlan
in interface UserBitShared.QueryProfileOrBuilder
public String getPlan()
optional string plan = 6;
getPlan
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getPlanBytes()
optional string plan = 6;
getPlanBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setPlan(String value)
optional string plan = 6;
value
- The plan to set.public UserBitShared.QueryProfile.Builder clearPlan()
optional string plan = 6;
public UserBitShared.QueryProfile.Builder setPlanBytes(com.google.protobuf.ByteString value)
optional string plan = 6;
value
- The bytes for plan to set.public boolean hasForeman()
optional .exec.DrillbitEndpoint foreman = 7;
hasForeman
in interface UserBitShared.QueryProfileOrBuilder
public CoordinationProtos.DrillbitEndpoint getForeman()
optional .exec.DrillbitEndpoint foreman = 7;
getForeman
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 7;
public UserBitShared.QueryProfile.Builder setForeman(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint foreman = 7;
public UserBitShared.QueryProfile.Builder mergeForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 7;
public UserBitShared.QueryProfile.Builder clearForeman()
optional .exec.DrillbitEndpoint foreman = 7;
public CoordinationProtos.DrillbitEndpoint.Builder getForemanBuilder()
optional .exec.DrillbitEndpoint foreman = 7;
public CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 7;
getForemanOrBuilder
in interface UserBitShared.QueryProfileOrBuilder
public boolean hasState()
optional .exec.shared.QueryResult.QueryState state = 8;
hasState
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryResult.QueryState getState()
optional .exec.shared.QueryResult.QueryState state = 8;
getState
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setState(UserBitShared.QueryResult.QueryState value)
optional .exec.shared.QueryResult.QueryState state = 8;
value
- The state to set.public UserBitShared.QueryProfile.Builder clearState()
optional .exec.shared.QueryResult.QueryState state = 8;
public boolean hasTotalFragments()
optional int32 total_fragments = 9;
hasTotalFragments
in interface UserBitShared.QueryProfileOrBuilder
public int getTotalFragments()
optional int32 total_fragments = 9;
getTotalFragments
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setTotalFragments(int value)
optional int32 total_fragments = 9;
value
- The totalFragments to set.public UserBitShared.QueryProfile.Builder clearTotalFragments()
optional int32 total_fragments = 9;
public boolean hasFinishedFragments()
optional int32 finished_fragments = 10;
hasFinishedFragments
in interface UserBitShared.QueryProfileOrBuilder
public int getFinishedFragments()
optional int32 finished_fragments = 10;
getFinishedFragments
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setFinishedFragments(int value)
optional int32 finished_fragments = 10;
value
- The finishedFragments to set.public UserBitShared.QueryProfile.Builder clearFinishedFragments()
optional int32 finished_fragments = 10;
public List<UserBitShared.MajorFragmentProfile> getFragmentProfileList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileList
in interface UserBitShared.QueryProfileOrBuilder
public int getFragmentProfileCount()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileCount
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.MajorFragmentProfile getFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfile
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setFragmentProfile(int index, UserBitShared.MajorFragmentProfile value)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder setFragmentProfile(int index, UserBitShared.MajorFragmentProfile.Builder builderForValue)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder addFragmentProfile(UserBitShared.MajorFragmentProfile value)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder addFragmentProfile(int index, UserBitShared.MajorFragmentProfile value)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder addFragmentProfile(UserBitShared.MajorFragmentProfile.Builder builderForValue)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder addFragmentProfile(int index, UserBitShared.MajorFragmentProfile.Builder builderForValue)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder addAllFragmentProfile(Iterable<? extends UserBitShared.MajorFragmentProfile> values)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder clearFragmentProfile()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.QueryProfile.Builder removeFragmentProfile(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.MajorFragmentProfile.Builder getFragmentProfileBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.MajorFragmentProfileOrBuilder getFragmentProfileOrBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileOrBuilder
in interface UserBitShared.QueryProfileOrBuilder
public List<? extends UserBitShared.MajorFragmentProfileOrBuilder> getFragmentProfileOrBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
getFragmentProfileOrBuilderList
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.MajorFragmentProfile.Builder addFragmentProfileBuilder()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public UserBitShared.MajorFragmentProfile.Builder addFragmentProfileBuilder(int index)
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public List<UserBitShared.MajorFragmentProfile.Builder> getFragmentProfileBuilderList()
repeated .exec.shared.MajorFragmentProfile fragment_profile = 11;
public boolean hasUser()
optional string user = 12 [default = "-"];
hasUser
in interface UserBitShared.QueryProfileOrBuilder
public String getUser()
optional string user = 12 [default = "-"];
getUser
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getUserBytes()
optional string user = 12 [default = "-"];
getUserBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setUser(String value)
optional string user = 12 [default = "-"];
value
- The user to set.public UserBitShared.QueryProfile.Builder clearUser()
optional string user = 12 [default = "-"];
public UserBitShared.QueryProfile.Builder setUserBytes(com.google.protobuf.ByteString value)
optional string user = 12 [default = "-"];
value
- The bytes for user to set.public boolean hasError()
optional string error = 13;
hasError
in interface UserBitShared.QueryProfileOrBuilder
public String getError()
optional string error = 13;
getError
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getErrorBytes()
optional string error = 13;
getErrorBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setError(String value)
optional string error = 13;
value
- The error to set.public UserBitShared.QueryProfile.Builder clearError()
optional string error = 13;
public UserBitShared.QueryProfile.Builder setErrorBytes(com.google.protobuf.ByteString value)
optional string error = 13;
value
- The bytes for error to set.public boolean hasVerboseError()
optional string verboseError = 14;
hasVerboseError
in interface UserBitShared.QueryProfileOrBuilder
public String getVerboseError()
optional string verboseError = 14;
getVerboseError
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getVerboseErrorBytes()
optional string verboseError = 14;
getVerboseErrorBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setVerboseError(String value)
optional string verboseError = 14;
value
- The verboseError to set.public UserBitShared.QueryProfile.Builder clearVerboseError()
optional string verboseError = 14;
public UserBitShared.QueryProfile.Builder setVerboseErrorBytes(com.google.protobuf.ByteString value)
optional string verboseError = 14;
value
- The bytes for verboseError to set.public boolean hasErrorId()
optional string error_id = 15;
hasErrorId
in interface UserBitShared.QueryProfileOrBuilder
public String getErrorId()
optional string error_id = 15;
getErrorId
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getErrorIdBytes()
optional string error_id = 15;
getErrorIdBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setErrorId(String value)
optional string error_id = 15;
value
- The errorId to set.public UserBitShared.QueryProfile.Builder clearErrorId()
optional string error_id = 15;
public UserBitShared.QueryProfile.Builder setErrorIdBytes(com.google.protobuf.ByteString value)
optional string error_id = 15;
value
- The bytes for errorId to set.public boolean hasErrorNode()
optional string error_node = 16;
hasErrorNode
in interface UserBitShared.QueryProfileOrBuilder
public String getErrorNode()
optional string error_node = 16;
getErrorNode
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getErrorNodeBytes()
optional string error_node = 16;
getErrorNodeBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setErrorNode(String value)
optional string error_node = 16;
value
- The errorNode to set.public UserBitShared.QueryProfile.Builder clearErrorNode()
optional string error_node = 16;
public UserBitShared.QueryProfile.Builder setErrorNodeBytes(com.google.protobuf.ByteString value)
optional string error_node = 16;
value
- The bytes for errorNode to set.public boolean hasOptionsJson()
optional string options_json = 17;
hasOptionsJson
in interface UserBitShared.QueryProfileOrBuilder
public String getOptionsJson()
optional string options_json = 17;
getOptionsJson
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getOptionsJsonBytes()
optional string options_json = 17;
getOptionsJsonBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setOptionsJson(String value)
optional string options_json = 17;
value
- The optionsJson to set.public UserBitShared.QueryProfile.Builder clearOptionsJson()
optional string options_json = 17;
public UserBitShared.QueryProfile.Builder setOptionsJsonBytes(com.google.protobuf.ByteString value)
optional string options_json = 17;
value
- The bytes for optionsJson to set.public boolean hasPlanEnd()
optional int64 planEnd = 18;
hasPlanEnd
in interface UserBitShared.QueryProfileOrBuilder
public long getPlanEnd()
optional int64 planEnd = 18;
getPlanEnd
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setPlanEnd(long value)
optional int64 planEnd = 18;
value
- The planEnd to set.public UserBitShared.QueryProfile.Builder clearPlanEnd()
optional int64 planEnd = 18;
public boolean hasQueueWaitEnd()
optional int64 queueWaitEnd = 19;
hasQueueWaitEnd
in interface UserBitShared.QueryProfileOrBuilder
public long getQueueWaitEnd()
optional int64 queueWaitEnd = 19;
getQueueWaitEnd
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setQueueWaitEnd(long value)
optional int64 queueWaitEnd = 19;
value
- The queueWaitEnd to set.public UserBitShared.QueryProfile.Builder clearQueueWaitEnd()
optional int64 queueWaitEnd = 19;
public boolean hasTotalCost()
optional double total_cost = 20;
hasTotalCost
in interface UserBitShared.QueryProfileOrBuilder
public double getTotalCost()
optional double total_cost = 20;
getTotalCost
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setTotalCost(double value)
optional double total_cost = 20;
value
- The totalCost to set.public UserBitShared.QueryProfile.Builder clearTotalCost()
optional double total_cost = 20;
public boolean hasQueueName()
optional string queue_name = 21 [default = "-"];
hasQueueName
in interface UserBitShared.QueryProfileOrBuilder
public String getQueueName()
optional string queue_name = 21 [default = "-"];
getQueueName
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getQueueNameBytes()
optional string queue_name = 21 [default = "-"];
getQueueNameBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setQueueName(String value)
optional string queue_name = 21 [default = "-"];
value
- The queueName to set.public UserBitShared.QueryProfile.Builder clearQueueName()
optional string queue_name = 21 [default = "-"];
public UserBitShared.QueryProfile.Builder setQueueNameBytes(com.google.protobuf.ByteString value)
optional string queue_name = 21 [default = "-"];
value
- The bytes for queueName to set.public boolean hasQueryId()
optional string queryId = 22;
hasQueryId
in interface UserBitShared.QueryProfileOrBuilder
public String getQueryId()
optional string queryId = 22;
getQueryId
in interface UserBitShared.QueryProfileOrBuilder
public com.google.protobuf.ByteString getQueryIdBytes()
optional string queryId = 22;
getQueryIdBytes
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setQueryId(String value)
optional string queryId = 22;
value
- The queryId to set.public UserBitShared.QueryProfile.Builder clearQueryId()
optional string queryId = 22;
public UserBitShared.QueryProfile.Builder setQueryIdBytes(com.google.protobuf.ByteString value)
optional string queryId = 22;
value
- The bytes for queryId to set.public boolean hasAutoLimit()
optional int32 autoLimit = 23;
hasAutoLimit
in interface UserBitShared.QueryProfileOrBuilder
public int getAutoLimit()
optional int32 autoLimit = 23;
getAutoLimit
in interface UserBitShared.QueryProfileOrBuilder
public UserBitShared.QueryProfile.Builder setAutoLimit(int value)
optional int32 autoLimit = 23;
value
- The autoLimit to set.public UserBitShared.QueryProfile.Builder clearAutoLimit()
optional int32 autoLimit = 23;
public final UserBitShared.QueryProfile.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
public final UserBitShared.QueryProfile.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.QueryProfile.Builder>
Copyright © 1970 The Apache Software Foundation. All rights reserved.