public static interface TopologyMaster.StMgrRegisterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PhysicalPlans.Instance |
getInstances(int index)
repeated .heron.proto.system.Instance instances = 2; |
int |
getInstancesCount()
repeated .heron.proto.system.Instance instances = 2; |
java.util.List<PhysicalPlans.Instance> |
getInstancesList()
repeated .heron.proto.system.Instance instances = 2; |
PhysicalPlans.InstanceOrBuilder |
getInstancesOrBuilder(int index)
repeated .heron.proto.system.Instance instances = 2; |
java.util.List<? extends PhysicalPlans.InstanceOrBuilder> |
getInstancesOrBuilderList()
repeated .heron.proto.system.Instance instances = 2; |
PhysicalPlans.StMgr |
getStmgr()
required .heron.proto.system.StMgr stmgr = 1; |
PhysicalPlans.StMgrOrBuilder |
getStmgrOrBuilder()
required .heron.proto.system.StMgr stmgr = 1; |
boolean |
hasStmgr()
required .heron.proto.system.StMgr stmgr = 1; |
boolean hasStmgr()
required .heron.proto.system.StMgr stmgr = 1;
Info about myself.
PhysicalPlans.StMgr getStmgr()
required .heron.proto.system.StMgr stmgr = 1;
Info about myself.
PhysicalPlans.StMgrOrBuilder getStmgrOrBuilder()
required .heron.proto.system.StMgr stmgr = 1;
Info about myself.
java.util.List<PhysicalPlans.Instance> getInstancesList()
repeated .heron.proto.system.Instance instances = 2;
All the instances that are on my node.
PhysicalPlans.Instance getInstances(int index)
repeated .heron.proto.system.Instance instances = 2;
All the instances that are on my node.
int getInstancesCount()
repeated .heron.proto.system.Instance instances = 2;
All the instances that are on my node.
java.util.List<? extends PhysicalPlans.InstanceOrBuilder> getInstancesOrBuilderList()
repeated .heron.proto.system.Instance instances = 2;
All the instances that are on my node.
PhysicalPlans.InstanceOrBuilder getInstancesOrBuilder(int index)
repeated .heron.proto.system.Instance instances = 2;
All the instances that are on my node.