public static final class BitControl.PlanFragment.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BitControl.PlanFragment.Builder> implements BitControl.PlanFragmentOrBuilder
exec.bit.control.PlanFragment
Modifier and Type | Method and Description |
---|---|
BitControl.PlanFragment.Builder |
addAllCollector(Iterable<? extends BitControl.Collector> values)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
addCollector(BitControl.Collector.Builder builderForValue)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
addCollector(BitControl.Collector value)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
addCollector(int index,
BitControl.Collector.Builder builderForValue)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
addCollector(int index,
BitControl.Collector value)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.Collector.Builder |
addCollectorBuilder()
repeated .exec.bit.control.Collector collector = 17; |
BitControl.Collector.Builder |
addCollectorBuilder(int index)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BitControl.PlanFragment |
build() |
BitControl.PlanFragment |
buildPartial() |
BitControl.PlanFragment.Builder |
clear() |
BitControl.PlanFragment.Builder |
clearAssignment()
optional .exec.DrillbitEndpoint assignment = 10; |
BitControl.PlanFragment.Builder |
clearCollector()
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
clearContext()
optional .exec.bit.control.QueryContextInformation context = 16; |
BitControl.PlanFragment.Builder |
clearCpuCost()
optional float cpu_cost = 5; |
BitControl.PlanFragment.Builder |
clearCredentials()
optional .exec.shared.UserCredentials credentials = 14; |
BitControl.PlanFragment.Builder |
clearDiskCost()
optional float disk_cost = 6; |
BitControl.PlanFragment.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BitControl.PlanFragment.Builder |
clearForeman()
optional .exec.DrillbitEndpoint foreman = 11; |
BitControl.PlanFragment.Builder |
clearFragmentJson()
optional string fragment_json = 8; |
BitControl.PlanFragment.Builder |
clearHandle()
optional .exec.bit.FragmentHandle handle = 1; |
BitControl.PlanFragment.Builder |
clearLeafFragment()
optional bool leaf_fragment = 9; |
BitControl.PlanFragment.Builder |
clearMemInitial()
20 megs
|
BitControl.PlanFragment.Builder |
clearMemMax()
20 gigs
|
BitControl.PlanFragment.Builder |
clearMemoryCost()
optional float memory_cost = 7; |
BitControl.PlanFragment.Builder |
clearNetworkCost()
optional float network_cost = 4; |
BitControl.PlanFragment.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BitControl.PlanFragment.Builder |
clearOptionsJson()
optional string options_json = 15; |
BitControl.PlanFragment.Builder |
clone() |
CoordinationProtos.DrillbitEndpoint |
getAssignment()
optional .exec.DrillbitEndpoint assignment = 10; |
CoordinationProtos.DrillbitEndpoint.Builder |
getAssignmentBuilder()
optional .exec.DrillbitEndpoint assignment = 10; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getAssignmentOrBuilder()
optional .exec.DrillbitEndpoint assignment = 10; |
BitControl.Collector |
getCollector(int index)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.Collector.Builder |
getCollectorBuilder(int index)
repeated .exec.bit.control.Collector collector = 17; |
List<BitControl.Collector.Builder> |
getCollectorBuilderList()
repeated .exec.bit.control.Collector collector = 17; |
int |
getCollectorCount()
repeated .exec.bit.control.Collector collector = 17; |
List<BitControl.Collector> |
getCollectorList()
repeated .exec.bit.control.Collector collector = 17; |
BitControl.CollectorOrBuilder |
getCollectorOrBuilder(int index)
repeated .exec.bit.control.Collector collector = 17; |
List<? extends BitControl.CollectorOrBuilder> |
getCollectorOrBuilderList()
repeated .exec.bit.control.Collector collector = 17; |
BitControl.QueryContextInformation |
getContext()
optional .exec.bit.control.QueryContextInformation context = 16; |
BitControl.QueryContextInformation.Builder |
getContextBuilder()
optional .exec.bit.control.QueryContextInformation context = 16; |
BitControl.QueryContextInformationOrBuilder |
getContextOrBuilder()
optional .exec.bit.control.QueryContextInformation context = 16; |
float |
getCpuCost()
optional float cpu_cost = 5; |
UserBitShared.UserCredentials |
getCredentials()
optional .exec.shared.UserCredentials credentials = 14; |
UserBitShared.UserCredentials.Builder |
getCredentialsBuilder()
optional .exec.shared.UserCredentials credentials = 14; |
UserBitShared.UserCredentialsOrBuilder |
getCredentialsOrBuilder()
optional .exec.shared.UserCredentials credentials = 14; |
BitControl.PlanFragment |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
float |
getDiskCost()
optional float disk_cost = 6; |
CoordinationProtos.DrillbitEndpoint |
getForeman()
optional .exec.DrillbitEndpoint foreman = 11; |
CoordinationProtos.DrillbitEndpoint.Builder |
getForemanBuilder()
optional .exec.DrillbitEndpoint foreman = 11; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 11; |
String |
getFragmentJson()
optional string fragment_json = 8; |
com.google.protobuf.ByteString |
getFragmentJsonBytes()
optional string fragment_json = 8; |
ExecProtos.FragmentHandle |
getHandle()
optional .exec.bit.FragmentHandle handle = 1; |
ExecProtos.FragmentHandle.Builder |
getHandleBuilder()
optional .exec.bit.FragmentHandle handle = 1; |
ExecProtos.FragmentHandleOrBuilder |
getHandleOrBuilder()
optional .exec.bit.FragmentHandle handle = 1; |
boolean |
getLeafFragment()
optional bool leaf_fragment = 9; |
long |
getMemInitial()
20 megs
|
long |
getMemMax()
20 gigs
|
float |
getMemoryCost()
optional float memory_cost = 7; |
float |
getNetworkCost()
optional float network_cost = 4; |
String |
getOptionsJson()
optional string options_json = 15; |
com.google.protobuf.ByteString |
getOptionsJsonBytes()
optional string options_json = 15; |
boolean |
hasAssignment()
optional .exec.DrillbitEndpoint assignment = 10; |
boolean |
hasContext()
optional .exec.bit.control.QueryContextInformation context = 16; |
boolean |
hasCpuCost()
optional float cpu_cost = 5; |
boolean |
hasCredentials()
optional .exec.shared.UserCredentials credentials = 14; |
boolean |
hasDiskCost()
optional float disk_cost = 6; |
boolean |
hasForeman()
optional .exec.DrillbitEndpoint foreman = 11; |
boolean |
hasFragmentJson()
optional string fragment_json = 8; |
boolean |
hasHandle()
optional .exec.bit.FragmentHandle handle = 1; |
boolean |
hasLeafFragment()
optional bool leaf_fragment = 9; |
boolean |
hasMemInitial()
20 megs
|
boolean |
hasMemMax()
20 gigs
|
boolean |
hasMemoryCost()
optional float memory_cost = 7; |
boolean |
hasNetworkCost()
optional float network_cost = 4; |
boolean |
hasOptionsJson()
optional string options_json = 15; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BitControl.PlanFragment.Builder |
mergeAssignment(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint assignment = 10; |
BitControl.PlanFragment.Builder |
mergeContext(BitControl.QueryContextInformation value)
optional .exec.bit.control.QueryContextInformation context = 16; |
BitControl.PlanFragment.Builder |
mergeCredentials(UserBitShared.UserCredentials value)
optional .exec.shared.UserCredentials credentials = 14; |
BitControl.PlanFragment.Builder |
mergeForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 11; |
BitControl.PlanFragment.Builder |
mergeFrom(BitControl.PlanFragment other) |
BitControl.PlanFragment.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BitControl.PlanFragment.Builder |
mergeFrom(com.google.protobuf.Message other) |
BitControl.PlanFragment.Builder |
mergeHandle(ExecProtos.FragmentHandle value)
optional .exec.bit.FragmentHandle handle = 1; |
BitControl.PlanFragment.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BitControl.PlanFragment.Builder |
removeCollector(int index)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
setAssignment(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint assignment = 10; |
BitControl.PlanFragment.Builder |
setAssignment(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint assignment = 10; |
BitControl.PlanFragment.Builder |
setCollector(int index,
BitControl.Collector.Builder builderForValue)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
setCollector(int index,
BitControl.Collector value)
repeated .exec.bit.control.Collector collector = 17; |
BitControl.PlanFragment.Builder |
setContext(BitControl.QueryContextInformation.Builder builderForValue)
optional .exec.bit.control.QueryContextInformation context = 16; |
BitControl.PlanFragment.Builder |
setContext(BitControl.QueryContextInformation value)
optional .exec.bit.control.QueryContextInformation context = 16; |
BitControl.PlanFragment.Builder |
setCpuCost(float value)
optional float cpu_cost = 5; |
BitControl.PlanFragment.Builder |
setCredentials(UserBitShared.UserCredentials.Builder builderForValue)
optional .exec.shared.UserCredentials credentials = 14; |
BitControl.PlanFragment.Builder |
setCredentials(UserBitShared.UserCredentials value)
optional .exec.shared.UserCredentials credentials = 14; |
BitControl.PlanFragment.Builder |
setDiskCost(float value)
optional float disk_cost = 6; |
BitControl.PlanFragment.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BitControl.PlanFragment.Builder |
setForeman(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint foreman = 11; |
BitControl.PlanFragment.Builder |
setForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 11; |
BitControl.PlanFragment.Builder |
setFragmentJson(String value)
optional string fragment_json = 8; |
BitControl.PlanFragment.Builder |
setFragmentJsonBytes(com.google.protobuf.ByteString value)
optional string fragment_json = 8; |
BitControl.PlanFragment.Builder |
setHandle(ExecProtos.FragmentHandle.Builder builderForValue)
optional .exec.bit.FragmentHandle handle = 1; |
BitControl.PlanFragment.Builder |
setHandle(ExecProtos.FragmentHandle value)
optional .exec.bit.FragmentHandle handle = 1; |
BitControl.PlanFragment.Builder |
setLeafFragment(boolean value)
optional bool leaf_fragment = 9; |
BitControl.PlanFragment.Builder |
setMemInitial(long value)
20 megs
|
BitControl.PlanFragment.Builder |
setMemMax(long value)
20 gigs
|
BitControl.PlanFragment.Builder |
setMemoryCost(float value)
optional float memory_cost = 7; |
BitControl.PlanFragment.Builder |
setNetworkCost(float value)
optional float network_cost = 4; |
BitControl.PlanFragment.Builder |
setOptionsJson(String value)
optional string options_json = 15; |
BitControl.PlanFragment.Builder |
setOptionsJsonBytes(com.google.protobuf.ByteString value)
optional string options_json = 15; |
BitControl.PlanFragment.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BitControl.PlanFragment.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.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<BitControl.PlanFragment.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<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public BitControl.PlanFragment build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public BitControl.PlanFragment buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public BitControl.PlanFragment.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<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.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<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.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<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.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<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.Builder mergeFrom(BitControl.PlanFragment other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<BitControl.PlanFragment.Builder>
public BitControl.PlanFragment.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<BitControl.PlanFragment.Builder>
IOException
public boolean hasHandle()
optional .exec.bit.FragmentHandle handle = 1;
hasHandle
in interface BitControl.PlanFragmentOrBuilder
public ExecProtos.FragmentHandle getHandle()
optional .exec.bit.FragmentHandle handle = 1;
getHandle
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setHandle(ExecProtos.FragmentHandle value)
optional .exec.bit.FragmentHandle handle = 1;
public BitControl.PlanFragment.Builder setHandle(ExecProtos.FragmentHandle.Builder builderForValue)
optional .exec.bit.FragmentHandle handle = 1;
public BitControl.PlanFragment.Builder mergeHandle(ExecProtos.FragmentHandle value)
optional .exec.bit.FragmentHandle handle = 1;
public BitControl.PlanFragment.Builder clearHandle()
optional .exec.bit.FragmentHandle handle = 1;
public ExecProtos.FragmentHandle.Builder getHandleBuilder()
optional .exec.bit.FragmentHandle handle = 1;
public ExecProtos.FragmentHandleOrBuilder getHandleOrBuilder()
optional .exec.bit.FragmentHandle handle = 1;
getHandleOrBuilder
in interface BitControl.PlanFragmentOrBuilder
public boolean hasNetworkCost()
optional float network_cost = 4;
hasNetworkCost
in interface BitControl.PlanFragmentOrBuilder
public float getNetworkCost()
optional float network_cost = 4;
getNetworkCost
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setNetworkCost(float value)
optional float network_cost = 4;
value
- The networkCost to set.public BitControl.PlanFragment.Builder clearNetworkCost()
optional float network_cost = 4;
public boolean hasCpuCost()
optional float cpu_cost = 5;
hasCpuCost
in interface BitControl.PlanFragmentOrBuilder
public float getCpuCost()
optional float cpu_cost = 5;
getCpuCost
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setCpuCost(float value)
optional float cpu_cost = 5;
value
- The cpuCost to set.public BitControl.PlanFragment.Builder clearCpuCost()
optional float cpu_cost = 5;
public boolean hasDiskCost()
optional float disk_cost = 6;
hasDiskCost
in interface BitControl.PlanFragmentOrBuilder
public float getDiskCost()
optional float disk_cost = 6;
getDiskCost
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setDiskCost(float value)
optional float disk_cost = 6;
value
- The diskCost to set.public BitControl.PlanFragment.Builder clearDiskCost()
optional float disk_cost = 6;
public boolean hasMemoryCost()
optional float memory_cost = 7;
hasMemoryCost
in interface BitControl.PlanFragmentOrBuilder
public float getMemoryCost()
optional float memory_cost = 7;
getMemoryCost
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setMemoryCost(float value)
optional float memory_cost = 7;
value
- The memoryCost to set.public BitControl.PlanFragment.Builder clearMemoryCost()
optional float memory_cost = 7;
public boolean hasFragmentJson()
optional string fragment_json = 8;
hasFragmentJson
in interface BitControl.PlanFragmentOrBuilder
public String getFragmentJson()
optional string fragment_json = 8;
getFragmentJson
in interface BitControl.PlanFragmentOrBuilder
public com.google.protobuf.ByteString getFragmentJsonBytes()
optional string fragment_json = 8;
getFragmentJsonBytes
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setFragmentJson(String value)
optional string fragment_json = 8;
value
- The fragmentJson to set.public BitControl.PlanFragment.Builder clearFragmentJson()
optional string fragment_json = 8;
public BitControl.PlanFragment.Builder setFragmentJsonBytes(com.google.protobuf.ByteString value)
optional string fragment_json = 8;
value
- The bytes for fragmentJson to set.public boolean hasLeafFragment()
optional bool leaf_fragment = 9;
hasLeafFragment
in interface BitControl.PlanFragmentOrBuilder
public boolean getLeafFragment()
optional bool leaf_fragment = 9;
getLeafFragment
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setLeafFragment(boolean value)
optional bool leaf_fragment = 9;
value
- The leafFragment to set.public BitControl.PlanFragment.Builder clearLeafFragment()
optional bool leaf_fragment = 9;
public boolean hasAssignment()
optional .exec.DrillbitEndpoint assignment = 10;
hasAssignment
in interface BitControl.PlanFragmentOrBuilder
public CoordinationProtos.DrillbitEndpoint getAssignment()
optional .exec.DrillbitEndpoint assignment = 10;
getAssignment
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setAssignment(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint assignment = 10;
public BitControl.PlanFragment.Builder setAssignment(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint assignment = 10;
public BitControl.PlanFragment.Builder mergeAssignment(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint assignment = 10;
public BitControl.PlanFragment.Builder clearAssignment()
optional .exec.DrillbitEndpoint assignment = 10;
public CoordinationProtos.DrillbitEndpoint.Builder getAssignmentBuilder()
optional .exec.DrillbitEndpoint assignment = 10;
public CoordinationProtos.DrillbitEndpointOrBuilder getAssignmentOrBuilder()
optional .exec.DrillbitEndpoint assignment = 10;
getAssignmentOrBuilder
in interface BitControl.PlanFragmentOrBuilder
public boolean hasForeman()
optional .exec.DrillbitEndpoint foreman = 11;
hasForeman
in interface BitControl.PlanFragmentOrBuilder
public CoordinationProtos.DrillbitEndpoint getForeman()
optional .exec.DrillbitEndpoint foreman = 11;
getForeman
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 11;
public BitControl.PlanFragment.Builder setForeman(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint foreman = 11;
public BitControl.PlanFragment.Builder mergeForeman(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint foreman = 11;
public BitControl.PlanFragment.Builder clearForeman()
optional .exec.DrillbitEndpoint foreman = 11;
public CoordinationProtos.DrillbitEndpoint.Builder getForemanBuilder()
optional .exec.DrillbitEndpoint foreman = 11;
public CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 11;
getForemanOrBuilder
in interface BitControl.PlanFragmentOrBuilder
public boolean hasMemInitial()
20 megs
optional int64 mem_initial = 12 [default = 20000000];
hasMemInitial
in interface BitControl.PlanFragmentOrBuilder
public long getMemInitial()
20 megs
optional int64 mem_initial = 12 [default = 20000000];
getMemInitial
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setMemInitial(long value)
20 megs
optional int64 mem_initial = 12 [default = 20000000];
value
- The memInitial to set.public BitControl.PlanFragment.Builder clearMemInitial()
20 megs
optional int64 mem_initial = 12 [default = 20000000];
public boolean hasMemMax()
20 gigs
optional int64 mem_max = 13 [default = 2000000000];
hasMemMax
in interface BitControl.PlanFragmentOrBuilder
public long getMemMax()
20 gigs
optional int64 mem_max = 13 [default = 2000000000];
getMemMax
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setMemMax(long value)
20 gigs
optional int64 mem_max = 13 [default = 2000000000];
value
- The memMax to set.public BitControl.PlanFragment.Builder clearMemMax()
20 gigs
optional int64 mem_max = 13 [default = 2000000000];
public boolean hasCredentials()
optional .exec.shared.UserCredentials credentials = 14;
hasCredentials
in interface BitControl.PlanFragmentOrBuilder
public UserBitShared.UserCredentials getCredentials()
optional .exec.shared.UserCredentials credentials = 14;
getCredentials
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setCredentials(UserBitShared.UserCredentials value)
optional .exec.shared.UserCredentials credentials = 14;
public BitControl.PlanFragment.Builder setCredentials(UserBitShared.UserCredentials.Builder builderForValue)
optional .exec.shared.UserCredentials credentials = 14;
public BitControl.PlanFragment.Builder mergeCredentials(UserBitShared.UserCredentials value)
optional .exec.shared.UserCredentials credentials = 14;
public BitControl.PlanFragment.Builder clearCredentials()
optional .exec.shared.UserCredentials credentials = 14;
public UserBitShared.UserCredentials.Builder getCredentialsBuilder()
optional .exec.shared.UserCredentials credentials = 14;
public UserBitShared.UserCredentialsOrBuilder getCredentialsOrBuilder()
optional .exec.shared.UserCredentials credentials = 14;
getCredentialsOrBuilder
in interface BitControl.PlanFragmentOrBuilder
public boolean hasOptionsJson()
optional string options_json = 15;
hasOptionsJson
in interface BitControl.PlanFragmentOrBuilder
public String getOptionsJson()
optional string options_json = 15;
getOptionsJson
in interface BitControl.PlanFragmentOrBuilder
public com.google.protobuf.ByteString getOptionsJsonBytes()
optional string options_json = 15;
getOptionsJsonBytes
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setOptionsJson(String value)
optional string options_json = 15;
value
- The optionsJson to set.public BitControl.PlanFragment.Builder clearOptionsJson()
optional string options_json = 15;
public BitControl.PlanFragment.Builder setOptionsJsonBytes(com.google.protobuf.ByteString value)
optional string options_json = 15;
value
- The bytes for optionsJson to set.public boolean hasContext()
optional .exec.bit.control.QueryContextInformation context = 16;
hasContext
in interface BitControl.PlanFragmentOrBuilder
public BitControl.QueryContextInformation getContext()
optional .exec.bit.control.QueryContextInformation context = 16;
getContext
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setContext(BitControl.QueryContextInformation value)
optional .exec.bit.control.QueryContextInformation context = 16;
public BitControl.PlanFragment.Builder setContext(BitControl.QueryContextInformation.Builder builderForValue)
optional .exec.bit.control.QueryContextInformation context = 16;
public BitControl.PlanFragment.Builder mergeContext(BitControl.QueryContextInformation value)
optional .exec.bit.control.QueryContextInformation context = 16;
public BitControl.PlanFragment.Builder clearContext()
optional .exec.bit.control.QueryContextInformation context = 16;
public BitControl.QueryContextInformation.Builder getContextBuilder()
optional .exec.bit.control.QueryContextInformation context = 16;
public BitControl.QueryContextInformationOrBuilder getContextOrBuilder()
optional .exec.bit.control.QueryContextInformation context = 16;
getContextOrBuilder
in interface BitControl.PlanFragmentOrBuilder
public List<BitControl.Collector> getCollectorList()
repeated .exec.bit.control.Collector collector = 17;
getCollectorList
in interface BitControl.PlanFragmentOrBuilder
public int getCollectorCount()
repeated .exec.bit.control.Collector collector = 17;
getCollectorCount
in interface BitControl.PlanFragmentOrBuilder
public BitControl.Collector getCollector(int index)
repeated .exec.bit.control.Collector collector = 17;
getCollector
in interface BitControl.PlanFragmentOrBuilder
public BitControl.PlanFragment.Builder setCollector(int index, BitControl.Collector value)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder setCollector(int index, BitControl.Collector.Builder builderForValue)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder addCollector(BitControl.Collector value)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder addCollector(int index, BitControl.Collector value)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder addCollector(BitControl.Collector.Builder builderForValue)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder addCollector(int index, BitControl.Collector.Builder builderForValue)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder addAllCollector(Iterable<? extends BitControl.Collector> values)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder clearCollector()
repeated .exec.bit.control.Collector collector = 17;
public BitControl.PlanFragment.Builder removeCollector(int index)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.Collector.Builder getCollectorBuilder(int index)
repeated .exec.bit.control.Collector collector = 17;
public BitControl.CollectorOrBuilder getCollectorOrBuilder(int index)
repeated .exec.bit.control.Collector collector = 17;
getCollectorOrBuilder
in interface BitControl.PlanFragmentOrBuilder
public List<? extends BitControl.CollectorOrBuilder> getCollectorOrBuilderList()
repeated .exec.bit.control.Collector collector = 17;
getCollectorOrBuilderList
in interface BitControl.PlanFragmentOrBuilder
public BitControl.Collector.Builder addCollectorBuilder()
repeated .exec.bit.control.Collector collector = 17;
public BitControl.Collector.Builder addCollectorBuilder(int index)
repeated .exec.bit.control.Collector collector = 17;
public List<BitControl.Collector.Builder> getCollectorBuilderList()
repeated .exec.bit.control.Collector collector = 17;
public final BitControl.PlanFragment.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BitControl.PlanFragment.Builder>
public final BitControl.PlanFragment.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BitControl.PlanFragment.Builder>
Copyright © 1970 The Apache Software Foundation. All rights reserved.