public static final class BitControl.PlanFragment extends com.google.protobuf.GeneratedMessageV3 implements BitControl.PlanFragmentOrBuilder
exec.bit.control.PlanFragment| Modifier and Type | Class and Description |
|---|---|
static class |
BitControl.PlanFragment.Builder
Protobuf type
exec.bit.control.PlanFragment |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ASSIGNMENT_FIELD_NUMBER |
static int |
COLLECTOR_FIELD_NUMBER |
static int |
CONTEXT_FIELD_NUMBER |
static int |
CPU_COST_FIELD_NUMBER |
static int |
CREDENTIALS_FIELD_NUMBER |
static int |
DISK_COST_FIELD_NUMBER |
static int |
FOREMAN_FIELD_NUMBER |
static int |
FRAGMENT_JSON_FIELD_NUMBER |
static int |
HANDLE_FIELD_NUMBER |
static int |
LEAF_FRAGMENT_FIELD_NUMBER |
static int |
MEM_INITIAL_FIELD_NUMBER |
static int |
MEM_MAX_FIELD_NUMBER |
static int |
MEMORY_COST_FIELD_NUMBER |
static int |
NETWORK_COST_FIELD_NUMBER |
static int |
OPTIONS_JSON_FIELD_NUMBER |
static com.google.protobuf.Parser<BitControl.PlanFragment> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CoordinationProtos.DrillbitEndpoint |
getAssignment()
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; |
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.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.UserCredentialsOrBuilder |
getCredentialsOrBuilder()
optional .exec.shared.UserCredentials credentials = 14; |
static BitControl.PlanFragment |
getDefaultInstance() |
BitControl.PlanFragment |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getDiskCost()
optional float disk_cost = 6; |
CoordinationProtos.DrillbitEndpoint |
getForeman()
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.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; |
com.google.protobuf.Parser<BitControl.PlanFragment> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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() |
static BitControl.PlanFragment.Builder |
newBuilder() |
static BitControl.PlanFragment.Builder |
newBuilder(BitControl.PlanFragment prototype) |
BitControl.PlanFragment.Builder |
newBuilderForType() |
protected BitControl.PlanFragment.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BitControl.PlanFragment |
parseDelimitedFrom(InputStream input) |
static BitControl.PlanFragment |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BitControl.PlanFragment |
parseFrom(byte[] data) |
static BitControl.PlanFragment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BitControl.PlanFragment |
parseFrom(ByteBuffer data) |
static BitControl.PlanFragment |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BitControl.PlanFragment |
parseFrom(com.google.protobuf.ByteString data) |
static BitControl.PlanFragment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BitControl.PlanFragment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BitControl.PlanFragment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BitControl.PlanFragment |
parseFrom(InputStream input) |
static BitControl.PlanFragment |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BitControl.PlanFragment> |
parser() |
BitControl.PlanFragment.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HANDLE_FIELD_NUMBER
public static final int NETWORK_COST_FIELD_NUMBER
public static final int CPU_COST_FIELD_NUMBER
public static final int DISK_COST_FIELD_NUMBER
public static final int MEMORY_COST_FIELD_NUMBER
public static final int FRAGMENT_JSON_FIELD_NUMBER
public static final int LEAF_FRAGMENT_FIELD_NUMBER
public static final int ASSIGNMENT_FIELD_NUMBER
public static final int FOREMAN_FIELD_NUMBER
public static final int MEM_INITIAL_FIELD_NUMBER
public static final int MEM_MAX_FIELD_NUMBER
public static final int CREDENTIALS_FIELD_NUMBER
public static final int OPTIONS_JSON_FIELD_NUMBER
public static final int CONTEXT_FIELD_NUMBER
public static final int COLLECTOR_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<BitControl.PlanFragment> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasHandle()
optional .exec.bit.FragmentHandle handle = 1;hasHandle in interface BitControl.PlanFragmentOrBuilderpublic ExecProtos.FragmentHandle getHandle()
optional .exec.bit.FragmentHandle handle = 1;getHandle in interface BitControl.PlanFragmentOrBuilderpublic ExecProtos.FragmentHandleOrBuilder getHandleOrBuilder()
optional .exec.bit.FragmentHandle handle = 1;getHandleOrBuilder in interface BitControl.PlanFragmentOrBuilderpublic boolean hasNetworkCost()
optional float network_cost = 4;hasNetworkCost in interface BitControl.PlanFragmentOrBuilderpublic float getNetworkCost()
optional float network_cost = 4;getNetworkCost in interface BitControl.PlanFragmentOrBuilderpublic boolean hasCpuCost()
optional float cpu_cost = 5;hasCpuCost in interface BitControl.PlanFragmentOrBuilderpublic float getCpuCost()
optional float cpu_cost = 5;getCpuCost in interface BitControl.PlanFragmentOrBuilderpublic boolean hasDiskCost()
optional float disk_cost = 6;hasDiskCost in interface BitControl.PlanFragmentOrBuilderpublic float getDiskCost()
optional float disk_cost = 6;getDiskCost in interface BitControl.PlanFragmentOrBuilderpublic boolean hasMemoryCost()
optional float memory_cost = 7;hasMemoryCost in interface BitControl.PlanFragmentOrBuilderpublic float getMemoryCost()
optional float memory_cost = 7;getMemoryCost in interface BitControl.PlanFragmentOrBuilderpublic boolean hasFragmentJson()
optional string fragment_json = 8;hasFragmentJson in interface BitControl.PlanFragmentOrBuilderpublic String getFragmentJson()
optional string fragment_json = 8;getFragmentJson in interface BitControl.PlanFragmentOrBuilderpublic com.google.protobuf.ByteString getFragmentJsonBytes()
optional string fragment_json = 8;getFragmentJsonBytes in interface BitControl.PlanFragmentOrBuilderpublic boolean hasLeafFragment()
optional bool leaf_fragment = 9;hasLeafFragment in interface BitControl.PlanFragmentOrBuilderpublic boolean getLeafFragment()
optional bool leaf_fragment = 9;getLeafFragment in interface BitControl.PlanFragmentOrBuilderpublic boolean hasAssignment()
optional .exec.DrillbitEndpoint assignment = 10;hasAssignment in interface BitControl.PlanFragmentOrBuilderpublic CoordinationProtos.DrillbitEndpoint getAssignment()
optional .exec.DrillbitEndpoint assignment = 10;getAssignment in interface BitControl.PlanFragmentOrBuilderpublic CoordinationProtos.DrillbitEndpointOrBuilder getAssignmentOrBuilder()
optional .exec.DrillbitEndpoint assignment = 10;getAssignmentOrBuilder in interface BitControl.PlanFragmentOrBuilderpublic boolean hasForeman()
optional .exec.DrillbitEndpoint foreman = 11;hasForeman in interface BitControl.PlanFragmentOrBuilderpublic CoordinationProtos.DrillbitEndpoint getForeman()
optional .exec.DrillbitEndpoint foreman = 11;getForeman in interface BitControl.PlanFragmentOrBuilderpublic CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()
optional .exec.DrillbitEndpoint foreman = 11;getForemanOrBuilder in interface BitControl.PlanFragmentOrBuilderpublic boolean hasMemInitial()
20 megs
optional int64 mem_initial = 12 [default = 20000000];hasMemInitial in interface BitControl.PlanFragmentOrBuilderpublic long getMemInitial()
20 megs
optional int64 mem_initial = 12 [default = 20000000];getMemInitial in interface BitControl.PlanFragmentOrBuilderpublic boolean hasMemMax()
20 gigs
optional int64 mem_max = 13 [default = 2000000000];hasMemMax in interface BitControl.PlanFragmentOrBuilderpublic long getMemMax()
20 gigs
optional int64 mem_max = 13 [default = 2000000000];getMemMax in interface BitControl.PlanFragmentOrBuilderpublic boolean hasCredentials()
optional .exec.shared.UserCredentials credentials = 14;hasCredentials in interface BitControl.PlanFragmentOrBuilderpublic UserBitShared.UserCredentials getCredentials()
optional .exec.shared.UserCredentials credentials = 14;getCredentials in interface BitControl.PlanFragmentOrBuilderpublic UserBitShared.UserCredentialsOrBuilder getCredentialsOrBuilder()
optional .exec.shared.UserCredentials credentials = 14;getCredentialsOrBuilder in interface BitControl.PlanFragmentOrBuilderpublic boolean hasOptionsJson()
optional string options_json = 15;hasOptionsJson in interface BitControl.PlanFragmentOrBuilderpublic String getOptionsJson()
optional string options_json = 15;getOptionsJson in interface BitControl.PlanFragmentOrBuilderpublic com.google.protobuf.ByteString getOptionsJsonBytes()
optional string options_json = 15;getOptionsJsonBytes in interface BitControl.PlanFragmentOrBuilderpublic boolean hasContext()
optional .exec.bit.control.QueryContextInformation context = 16;hasContext in interface BitControl.PlanFragmentOrBuilderpublic BitControl.QueryContextInformation getContext()
optional .exec.bit.control.QueryContextInformation context = 16;getContext in interface BitControl.PlanFragmentOrBuilderpublic BitControl.QueryContextInformationOrBuilder getContextOrBuilder()
optional .exec.bit.control.QueryContextInformation context = 16;getContextOrBuilder in interface BitControl.PlanFragmentOrBuilderpublic List<BitControl.Collector> getCollectorList()
repeated .exec.bit.control.Collector collector = 17;getCollectorList in interface BitControl.PlanFragmentOrBuilderpublic List<? extends BitControl.CollectorOrBuilder> getCollectorOrBuilderList()
repeated .exec.bit.control.Collector collector = 17;getCollectorOrBuilderList in interface BitControl.PlanFragmentOrBuilderpublic int getCollectorCount()
repeated .exec.bit.control.Collector collector = 17;getCollectorCount in interface BitControl.PlanFragmentOrBuilderpublic BitControl.Collector getCollector(int index)
repeated .exec.bit.control.Collector collector = 17;getCollector in interface BitControl.PlanFragmentOrBuilderpublic BitControl.CollectorOrBuilder getCollectorOrBuilder(int index)
repeated .exec.bit.control.Collector collector = 17;getCollectorOrBuilder in interface BitControl.PlanFragmentOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BitControl.PlanFragment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BitControl.PlanFragment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BitControl.PlanFragment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BitControl.PlanFragment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BitControl.PlanFragment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BitControl.PlanFragment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BitControl.PlanFragment parseFrom(InputStream input) throws IOException
IOExceptionpublic static BitControl.PlanFragment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BitControl.PlanFragment parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BitControl.PlanFragment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BitControl.PlanFragment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BitControl.PlanFragment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BitControl.PlanFragment.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BitControl.PlanFragment.Builder newBuilder()
public static BitControl.PlanFragment.Builder newBuilder(BitControl.PlanFragment prototype)
public BitControl.PlanFragment.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BitControl.PlanFragment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BitControl.PlanFragment getDefaultInstance()
public static com.google.protobuf.Parser<BitControl.PlanFragment> parser()
public com.google.protobuf.Parser<BitControl.PlanFragment> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BitControl.PlanFragment getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021 The Apache Software Foundation. All rights reserved.