public static final class PhysicalPlans.Instance.Builder extends com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.Instance.Builder> implements PhysicalPlans.InstanceOrBuilder
heron.proto.system.Instance| Modifier and Type | Method and Description |
|---|---|
PhysicalPlans.Instance |
build() |
PhysicalPlans.Instance |
buildPartial() |
PhysicalPlans.Instance.Builder |
clear() |
PhysicalPlans.Instance.Builder |
clearInfo()
required .heron.proto.system.InstanceInfo info = 3; |
PhysicalPlans.Instance.Builder |
clearInstanceId()
required string instance_id = 1; |
PhysicalPlans.Instance.Builder |
clearStmgrId()
required string stmgr_id = 2; |
PhysicalPlans.Instance.Builder |
clone() |
PhysicalPlans.Instance |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PhysicalPlans.InstanceInfo |
getInfo()
required .heron.proto.system.InstanceInfo info = 3; |
PhysicalPlans.InstanceInfo.Builder |
getInfoBuilder()
required .heron.proto.system.InstanceInfo info = 3; |
PhysicalPlans.InstanceInfoOrBuilder |
getInfoOrBuilder()
required .heron.proto.system.InstanceInfo info = 3; |
java.lang.String |
getInstanceId()
required string instance_id = 1; |
com.google.protobuf.ByteString |
getInstanceIdBytes()
required string instance_id = 1; |
java.lang.String |
getStmgrId()
required string stmgr_id = 2; |
com.google.protobuf.ByteString |
getStmgrIdBytes()
required string stmgr_id = 2; |
boolean |
hasInfo()
required .heron.proto.system.InstanceInfo info = 3; |
boolean |
hasInstanceId()
required string instance_id = 1; |
boolean |
hasStmgrId()
required string stmgr_id = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PhysicalPlans.Instance.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PhysicalPlans.Instance.Builder |
mergeFrom(com.google.protobuf.Message other) |
PhysicalPlans.Instance.Builder |
mergeFrom(PhysicalPlans.Instance other) |
PhysicalPlans.Instance.Builder |
mergeInfo(PhysicalPlans.InstanceInfo value)
required .heron.proto.system.InstanceInfo info = 3; |
PhysicalPlans.Instance.Builder |
setInfo(PhysicalPlans.InstanceInfo.Builder builderForValue)
required .heron.proto.system.InstanceInfo info = 3; |
PhysicalPlans.Instance.Builder |
setInfo(PhysicalPlans.InstanceInfo value)
required .heron.proto.system.InstanceInfo info = 3; |
PhysicalPlans.Instance.Builder |
setInstanceId(java.lang.String value)
required string instance_id = 1; |
PhysicalPlans.Instance.Builder |
setInstanceIdBytes(com.google.protobuf.ByteString value)
required string instance_id = 1; |
PhysicalPlans.Instance.Builder |
setStmgrId(java.lang.String value)
required string stmgr_id = 2; |
PhysicalPlans.Instance.Builder |
setStmgrIdBytes(com.google.protobuf.ByteString value)
required string stmgr_id = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.Instance.Builder>public PhysicalPlans.Instance.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.Instance.Builder>public PhysicalPlans.Instance.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.Instance.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.Instance.Builder>public PhysicalPlans.Instance getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PhysicalPlans.Instance build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PhysicalPlans.Instance buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PhysicalPlans.Instance.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PhysicalPlans.Instance.Builder>public PhysicalPlans.Instance.Builder mergeFrom(PhysicalPlans.Instance other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.Instance.Builder>public PhysicalPlans.Instance.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PhysicalPlans.Instance.Builder>java.io.IOExceptionpublic boolean hasInstanceId()
required string instance_id = 1;hasInstanceId in interface PhysicalPlans.InstanceOrBuilderpublic java.lang.String getInstanceId()
required string instance_id = 1;getInstanceId in interface PhysicalPlans.InstanceOrBuilderpublic com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 1;getInstanceIdBytes in interface PhysicalPlans.InstanceOrBuilderpublic PhysicalPlans.Instance.Builder setInstanceId(java.lang.String value)
required string instance_id = 1;public PhysicalPlans.Instance.Builder clearInstanceId()
required string instance_id = 1;public PhysicalPlans.Instance.Builder setInstanceIdBytes(com.google.protobuf.ByteString value)
required string instance_id = 1;public boolean hasStmgrId()
required string stmgr_id = 2;hasStmgrId in interface PhysicalPlans.InstanceOrBuilderpublic java.lang.String getStmgrId()
required string stmgr_id = 2;getStmgrId in interface PhysicalPlans.InstanceOrBuilderpublic com.google.protobuf.ByteString getStmgrIdBytes()
required string stmgr_id = 2;getStmgrIdBytes in interface PhysicalPlans.InstanceOrBuilderpublic PhysicalPlans.Instance.Builder setStmgrId(java.lang.String value)
required string stmgr_id = 2;public PhysicalPlans.Instance.Builder clearStmgrId()
required string stmgr_id = 2;public PhysicalPlans.Instance.Builder setStmgrIdBytes(com.google.protobuf.ByteString value)
required string stmgr_id = 2;public boolean hasInfo()
required .heron.proto.system.InstanceInfo info = 3;hasInfo in interface PhysicalPlans.InstanceOrBuilderpublic PhysicalPlans.InstanceInfo getInfo()
required .heron.proto.system.InstanceInfo info = 3;getInfo in interface PhysicalPlans.InstanceOrBuilderpublic PhysicalPlans.Instance.Builder setInfo(PhysicalPlans.InstanceInfo value)
required .heron.proto.system.InstanceInfo info = 3;public PhysicalPlans.Instance.Builder setInfo(PhysicalPlans.InstanceInfo.Builder builderForValue)
required .heron.proto.system.InstanceInfo info = 3;public PhysicalPlans.Instance.Builder mergeInfo(PhysicalPlans.InstanceInfo value)
required .heron.proto.system.InstanceInfo info = 3;public PhysicalPlans.Instance.Builder clearInfo()
required .heron.proto.system.InstanceInfo info = 3;public PhysicalPlans.InstanceInfo.Builder getInfoBuilder()
required .heron.proto.system.InstanceInfo info = 3;public PhysicalPlans.InstanceInfoOrBuilder getInfoOrBuilder()
required .heron.proto.system.InstanceInfo info = 3;getInfoOrBuilder in interface PhysicalPlans.InstanceOrBuilder