public static final class PhysicalPlans.PhysicalPlan extends com.google.protobuf.GeneratedMessage implements PhysicalPlans.PhysicalPlanOrBuilder
heron.proto.system.PhysicalPlan
Modifier and Type | Class and Description |
---|---|
static class |
PhysicalPlans.PhysicalPlan.Builder
Protobuf type
heron.proto.system.PhysicalPlan |
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 |
INSTANCES_FIELD_NUMBER |
static com.google.protobuf.Parser<PhysicalPlans.PhysicalPlan> |
PARSER |
static int |
STMGRS_FIELD_NUMBER |
static int |
TOPOLOGY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static PhysicalPlans.PhysicalPlan |
getDefaultInstance() |
PhysicalPlans.PhysicalPlan |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PhysicalPlans.Instance |
getInstances(int index)
repeated .heron.proto.system.Instance instances = 3; |
int |
getInstancesCount()
repeated .heron.proto.system.Instance instances = 3; |
java.util.List<PhysicalPlans.Instance> |
getInstancesList()
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.InstanceOrBuilder |
getInstancesOrBuilder(int index)
repeated .heron.proto.system.Instance instances = 3; |
java.util.List<? extends PhysicalPlans.InstanceOrBuilder> |
getInstancesOrBuilderList()
repeated .heron.proto.system.Instance instances = 3; |
com.google.protobuf.Parser<PhysicalPlans.PhysicalPlan> |
getParserForType() |
int |
getSerializedSize() |
PhysicalPlans.StMgr |
getStmgrs(int index)
repeated .heron.proto.system.StMgr stmgrs = 2; |
int |
getStmgrsCount()
repeated .heron.proto.system.StMgr stmgrs = 2; |
java.util.List<PhysicalPlans.StMgr> |
getStmgrsList()
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.StMgrOrBuilder |
getStmgrsOrBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2; |
java.util.List<? extends PhysicalPlans.StMgrOrBuilder> |
getStmgrsOrBuilderList()
repeated .heron.proto.system.StMgr stmgrs = 2; |
TopologyAPI.Topology |
getTopology()
required .heron.proto.api.Topology topology = 1; |
TopologyAPI.TopologyOrBuilder |
getTopologyOrBuilder()
required .heron.proto.api.Topology topology = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasTopology()
required .heron.proto.api.Topology topology = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PhysicalPlans.PhysicalPlan.Builder |
newBuilder() |
static PhysicalPlans.PhysicalPlan.Builder |
newBuilder(PhysicalPlans.PhysicalPlan prototype) |
PhysicalPlans.PhysicalPlan.Builder |
newBuilderForType() |
protected PhysicalPlans.PhysicalPlan.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PhysicalPlans.PhysicalPlan |
parseDelimitedFrom(java.io.InputStream input) |
static PhysicalPlans.PhysicalPlan |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.PhysicalPlan |
parseFrom(byte[] data) |
static PhysicalPlans.PhysicalPlan |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.PhysicalPlan |
parseFrom(com.google.protobuf.ByteString data) |
static PhysicalPlans.PhysicalPlan |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.PhysicalPlan |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PhysicalPlans.PhysicalPlan |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalPlans.PhysicalPlan |
parseFrom(java.io.InputStream input) |
static PhysicalPlans.PhysicalPlan |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PhysicalPlans.PhysicalPlan.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.PhysicalPlan> PARSER
public static final int TOPOLOGY_FIELD_NUMBER
public static final int STMGRS_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
public static PhysicalPlans.PhysicalPlan getDefaultInstance()
public PhysicalPlans.PhysicalPlan 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.PhysicalPlan> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTopology()
required .heron.proto.api.Topology topology = 1;
Note that heron.proto.api.Topology, included in PhysicalPlan, reflect the actual dynamic running state of the topology. Query this value guarantees the correct running state of the topology.
hasTopology
in interface PhysicalPlans.PhysicalPlanOrBuilder
public TopologyAPI.Topology getTopology()
required .heron.proto.api.Topology topology = 1;
Note that heron.proto.api.Topology, included in PhysicalPlan, reflect the actual dynamic running state of the topology. Query this value guarantees the correct running state of the topology.
getTopology
in interface PhysicalPlans.PhysicalPlanOrBuilder
public TopologyAPI.TopologyOrBuilder getTopologyOrBuilder()
required .heron.proto.api.Topology topology = 1;
Note that heron.proto.api.Topology, included in PhysicalPlan, reflect the actual dynamic running state of the topology. Query this value guarantees the correct running state of the topology.
getTopologyOrBuilder
in interface PhysicalPlans.PhysicalPlanOrBuilder
public java.util.List<PhysicalPlans.StMgr> getStmgrsList()
repeated .heron.proto.system.StMgr stmgrs = 2;
getStmgrsList
in interface PhysicalPlans.PhysicalPlanOrBuilder
public java.util.List<? extends PhysicalPlans.StMgrOrBuilder> getStmgrsOrBuilderList()
repeated .heron.proto.system.StMgr stmgrs = 2;
getStmgrsOrBuilderList
in interface PhysicalPlans.PhysicalPlanOrBuilder
public int getStmgrsCount()
repeated .heron.proto.system.StMgr stmgrs = 2;
getStmgrsCount
in interface PhysicalPlans.PhysicalPlanOrBuilder
public PhysicalPlans.StMgr getStmgrs(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
getStmgrs
in interface PhysicalPlans.PhysicalPlanOrBuilder
public PhysicalPlans.StMgrOrBuilder getStmgrsOrBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
getStmgrsOrBuilder
in interface PhysicalPlans.PhysicalPlanOrBuilder
public java.util.List<PhysicalPlans.Instance> getInstancesList()
repeated .heron.proto.system.Instance instances = 3;
getInstancesList
in interface PhysicalPlans.PhysicalPlanOrBuilder
public java.util.List<? extends PhysicalPlans.InstanceOrBuilder> getInstancesOrBuilderList()
repeated .heron.proto.system.Instance instances = 3;
getInstancesOrBuilderList
in interface PhysicalPlans.PhysicalPlanOrBuilder
public int getInstancesCount()
repeated .heron.proto.system.Instance instances = 3;
getInstancesCount
in interface PhysicalPlans.PhysicalPlanOrBuilder
public PhysicalPlans.Instance getInstances(int index)
repeated .heron.proto.system.Instance instances = 3;
getInstances
in interface PhysicalPlans.PhysicalPlanOrBuilder
public PhysicalPlans.InstanceOrBuilder getInstancesOrBuilder(int index)
repeated .heron.proto.system.Instance instances = 3;
getInstancesOrBuilder
in interface PhysicalPlans.PhysicalPlanOrBuilder
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.PhysicalPlan parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.PhysicalPlan parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.PhysicalPlan parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.PhysicalPlan parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PhysicalPlans.PhysicalPlan parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.PhysicalPlan parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.PhysicalPlan parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.PhysicalPlan parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.PhysicalPlan parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.PhysicalPlan parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PhysicalPlans.PhysicalPlan.Builder newBuilder()
public PhysicalPlans.PhysicalPlan.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PhysicalPlans.PhysicalPlan.Builder newBuilder(PhysicalPlans.PhysicalPlan prototype)
public PhysicalPlans.PhysicalPlan.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PhysicalPlans.PhysicalPlan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage