public static final class PhysicalPlans.PhysicalPlan.Builder extends com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.PhysicalPlan.Builder> implements PhysicalPlans.PhysicalPlanOrBuilder
heron.proto.system.PhysicalPlan
Modifier and Type | Method and Description |
---|---|
PhysicalPlans.PhysicalPlan.Builder |
addAllInstances(java.lang.Iterable<? extends PhysicalPlans.Instance> values)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
addAllStmgrs(java.lang.Iterable<? extends PhysicalPlans.StMgr> values)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
addInstances(int index,
PhysicalPlans.Instance.Builder builderForValue)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
addInstances(int index,
PhysicalPlans.Instance value)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
addInstances(PhysicalPlans.Instance.Builder builderForValue)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
addInstances(PhysicalPlans.Instance value)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.Instance.Builder |
addInstancesBuilder()
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.Instance.Builder |
addInstancesBuilder(int index)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
addStmgrs(int index,
PhysicalPlans.StMgr.Builder builderForValue)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
addStmgrs(int index,
PhysicalPlans.StMgr value)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
addStmgrs(PhysicalPlans.StMgr.Builder builderForValue)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
addStmgrs(PhysicalPlans.StMgr value)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.StMgr.Builder |
addStmgrsBuilder()
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.StMgr.Builder |
addStmgrsBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan |
build() |
PhysicalPlans.PhysicalPlan |
buildPartial() |
PhysicalPlans.PhysicalPlan.Builder |
clear() |
PhysicalPlans.PhysicalPlan.Builder |
clearInstances()
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
clearStmgrs()
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
clearTopology()
required .heron.proto.api.Topology topology = 1; |
PhysicalPlans.PhysicalPlan.Builder |
clone() |
PhysicalPlans.PhysicalPlan |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PhysicalPlans.Instance |
getInstances(int index)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.Instance.Builder |
getInstancesBuilder(int index)
repeated .heron.proto.system.Instance instances = 3; |
java.util.List<PhysicalPlans.Instance.Builder> |
getInstancesBuilderList()
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; |
PhysicalPlans.StMgr |
getStmgrs(int index)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.StMgr.Builder |
getStmgrsBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2; |
java.util.List<PhysicalPlans.StMgr.Builder> |
getStmgrsBuilderList()
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.Topology.Builder |
getTopologyBuilder()
required .heron.proto.api.Topology topology = 1; |
TopologyAPI.TopologyOrBuilder |
getTopologyOrBuilder()
required .heron.proto.api.Topology topology = 1; |
boolean |
hasTopology()
required .heron.proto.api.Topology topology = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PhysicalPlans.PhysicalPlan.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PhysicalPlans.PhysicalPlan.Builder |
mergeFrom(com.google.protobuf.Message other) |
PhysicalPlans.PhysicalPlan.Builder |
mergeFrom(PhysicalPlans.PhysicalPlan other) |
PhysicalPlans.PhysicalPlan.Builder |
mergeTopology(TopologyAPI.Topology value)
required .heron.proto.api.Topology topology = 1; |
PhysicalPlans.PhysicalPlan.Builder |
removeInstances(int index)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
removeStmgrs(int index)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
setInstances(int index,
PhysicalPlans.Instance.Builder builderForValue)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
setInstances(int index,
PhysicalPlans.Instance value)
repeated .heron.proto.system.Instance instances = 3; |
PhysicalPlans.PhysicalPlan.Builder |
setStmgrs(int index,
PhysicalPlans.StMgr.Builder builderForValue)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
setStmgrs(int index,
PhysicalPlans.StMgr value)
repeated .heron.proto.system.StMgr stmgrs = 2; |
PhysicalPlans.PhysicalPlan.Builder |
setTopology(TopologyAPI.Topology.Builder builderForValue)
required .heron.proto.api.Topology topology = 1; |
PhysicalPlans.PhysicalPlan.Builder |
setTopology(TopologyAPI.Topology value)
required .heron.proto.api.Topology topology = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.PhysicalPlan.Builder>
public PhysicalPlans.PhysicalPlan.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.PhysicalPlan.Builder>
public PhysicalPlans.PhysicalPlan.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.PhysicalPlan.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.GeneratedMessage.Builder<PhysicalPlans.PhysicalPlan.Builder>
public PhysicalPlans.PhysicalPlan getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PhysicalPlans.PhysicalPlan build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PhysicalPlans.PhysicalPlan buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PhysicalPlans.PhysicalPlan.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PhysicalPlans.PhysicalPlan.Builder>
public PhysicalPlans.PhysicalPlan.Builder mergeFrom(PhysicalPlans.PhysicalPlan other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PhysicalPlans.PhysicalPlan.Builder>
public PhysicalPlans.PhysicalPlan.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.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<PhysicalPlans.PhysicalPlan.Builder>
java.io.IOException
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 PhysicalPlans.PhysicalPlan.Builder setTopology(TopologyAPI.Topology value)
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.
public PhysicalPlans.PhysicalPlan.Builder setTopology(TopologyAPI.Topology.Builder builderForValue)
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.
public PhysicalPlans.PhysicalPlan.Builder mergeTopology(TopologyAPI.Topology value)
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.
public PhysicalPlans.PhysicalPlan.Builder clearTopology()
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.
public TopologyAPI.Topology.Builder getTopologyBuilder()
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.
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 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.PhysicalPlan.Builder setStmgrs(int index, PhysicalPlans.StMgr value)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder setStmgrs(int index, PhysicalPlans.StMgr.Builder builderForValue)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder addStmgrs(PhysicalPlans.StMgr value)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder addStmgrs(int index, PhysicalPlans.StMgr value)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder addStmgrs(PhysicalPlans.StMgr.Builder builderForValue)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder addStmgrs(int index, PhysicalPlans.StMgr.Builder builderForValue)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder addAllStmgrs(java.lang.Iterable<? extends PhysicalPlans.StMgr> values)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder clearStmgrs()
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.PhysicalPlan.Builder removeStmgrs(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.StMgr.Builder getStmgrsBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.StMgrOrBuilder getStmgrsOrBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
getStmgrsOrBuilder
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 PhysicalPlans.StMgr.Builder addStmgrsBuilder()
repeated .heron.proto.system.StMgr stmgrs = 2;
public PhysicalPlans.StMgr.Builder addStmgrsBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
public java.util.List<PhysicalPlans.StMgr.Builder> getStmgrsBuilderList()
repeated .heron.proto.system.StMgr stmgrs = 2;
public java.util.List<PhysicalPlans.Instance> getInstancesList()
repeated .heron.proto.system.Instance instances = 3;
getInstancesList
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.PhysicalPlan.Builder setInstances(int index, PhysicalPlans.Instance value)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder setInstances(int index, PhysicalPlans.Instance.Builder builderForValue)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder addInstances(PhysicalPlans.Instance value)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder addInstances(int index, PhysicalPlans.Instance value)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder addInstances(PhysicalPlans.Instance.Builder builderForValue)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder addInstances(int index, PhysicalPlans.Instance.Builder builderForValue)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder addAllInstances(java.lang.Iterable<? extends PhysicalPlans.Instance> values)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder clearInstances()
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.PhysicalPlan.Builder removeInstances(int index)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.Instance.Builder getInstancesBuilder(int index)
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.InstanceOrBuilder getInstancesOrBuilder(int index)
repeated .heron.proto.system.Instance instances = 3;
getInstancesOrBuilder
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 PhysicalPlans.Instance.Builder addInstancesBuilder()
repeated .heron.proto.system.Instance instances = 3;
public PhysicalPlans.Instance.Builder addInstancesBuilder(int index)
repeated .heron.proto.system.Instance instances = 3;
public java.util.List<PhysicalPlans.Instance.Builder> getInstancesBuilderList()
repeated .heron.proto.system.Instance instances = 3;