public static final class PhysicalPlans.Instance extends com.google.protobuf.GeneratedMessage implements PhysicalPlans.InstanceOrBuilder
heron.proto.system.Instance
Modifier and Type | Class and Description |
---|---|
static class |
PhysicalPlans.Instance.Builder
Protobuf type
heron.proto.system.Instance |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
INFO_FIELD_NUMBER |
static int |
INSTANCE_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<PhysicalPlans.Instance> |
PARSER |
static int |
STMGR_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static PhysicalPlans.Instance |
getDefaultInstance() |
PhysicalPlans.Instance |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PhysicalPlans.InstanceInfo |
getInfo()
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; |
com.google.protobuf.Parser<PhysicalPlans.Instance> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getStmgrId()
required string stmgr_id = 2; |
com.google.protobuf.ByteString |
getStmgrIdBytes()
required string stmgr_id = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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() |
static PhysicalPlans.Instance.Builder |
newBuilder() |
static PhysicalPlans.Instance.Builder |
newBuilder(PhysicalPlans.Instance prototype) |
PhysicalPlans.Instance.Builder |
newBuilderForType() |
protected PhysicalPlans.Instance.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PhysicalPlans.Instance |
parseDelimitedFrom(java.io.InputStream input) |
static PhysicalPlans.Instance |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.Instance |
parseFrom(byte[] data) |
static PhysicalPlans.Instance |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.Instance |
parseFrom(com.google.protobuf.ByteString data) |
static PhysicalPlans.Instance |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.Instance |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PhysicalPlans.Instance |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.Instance |
parseFrom(java.io.InputStream input) |
static PhysicalPlans.Instance |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PhysicalPlans.Instance.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<PhysicalPlans.Instance> PARSER
public static final int INSTANCE_ID_FIELD_NUMBER
public static final int STMGR_ID_FIELD_NUMBER
public static final int INFO_FIELD_NUMBER
public static PhysicalPlans.Instance getDefaultInstance()
public PhysicalPlans.Instance getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<PhysicalPlans.Instance> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasInstanceId()
required string instance_id = 1;
hasInstanceId
in interface PhysicalPlans.InstanceOrBuilder
public java.lang.String getInstanceId()
required string instance_id = 1;
getInstanceId
in interface PhysicalPlans.InstanceOrBuilder
public com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 1;
getInstanceIdBytes
in interface PhysicalPlans.InstanceOrBuilder
public boolean hasStmgrId()
required string stmgr_id = 2;
hasStmgrId
in interface PhysicalPlans.InstanceOrBuilder
public java.lang.String getStmgrId()
required string stmgr_id = 2;
getStmgrId
in interface PhysicalPlans.InstanceOrBuilder
public com.google.protobuf.ByteString getStmgrIdBytes()
required string stmgr_id = 2;
getStmgrIdBytes
in interface PhysicalPlans.InstanceOrBuilder
public boolean hasInfo()
required .heron.proto.system.InstanceInfo info = 3;
hasInfo
in interface PhysicalPlans.InstanceOrBuilder
public PhysicalPlans.InstanceInfo getInfo()
required .heron.proto.system.InstanceInfo info = 3;
getInfo
in interface PhysicalPlans.InstanceOrBuilder
public PhysicalPlans.InstanceInfoOrBuilder getInfoOrBuilder()
required .heron.proto.system.InstanceInfo info = 3;
getInfoOrBuilder
in interface PhysicalPlans.InstanceOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static PhysicalPlans.Instance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.Instance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.Instance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.Instance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.Instance parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.Instance parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.Instance parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.Instance parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.Instance parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.Instance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.Instance.Builder newBuilder()
public PhysicalPlans.Instance.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PhysicalPlans.Instance.Builder newBuilder(PhysicalPlans.Instance prototype)
public PhysicalPlans.Instance.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PhysicalPlans.Instance.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage