public static interface PhysicalPlans.PhysicalPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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; |
boolean |
hasTopology()
required .heron.proto.api.Topology topology = 1; |
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.
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.
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.
java.util.List<PhysicalPlans.StMgr> getStmgrsList()
repeated .heron.proto.system.StMgr stmgrs = 2;
PhysicalPlans.StMgr getStmgrs(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
int getStmgrsCount()
repeated .heron.proto.system.StMgr stmgrs = 2;
java.util.List<? extends PhysicalPlans.StMgrOrBuilder> getStmgrsOrBuilderList()
repeated .heron.proto.system.StMgr stmgrs = 2;
PhysicalPlans.StMgrOrBuilder getStmgrsOrBuilder(int index)
repeated .heron.proto.system.StMgr stmgrs = 2;
java.util.List<PhysicalPlans.Instance> getInstancesList()
repeated .heron.proto.system.Instance instances = 3;
PhysicalPlans.Instance getInstances(int index)
repeated .heron.proto.system.Instance instances = 3;
int getInstancesCount()
repeated .heron.proto.system.Instance instances = 3;
java.util.List<? extends PhysicalPlans.InstanceOrBuilder> getInstancesOrBuilderList()
repeated .heron.proto.system.Instance instances = 3;
PhysicalPlans.InstanceOrBuilder getInstancesOrBuilder(int index)
repeated .heron.proto.system.Instance instances = 3;