public static interface StreamManager.RegisterInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PhysicalPlans.Instance |
getInstance()
required .heron.proto.system.Instance instance = 1; |
PhysicalPlans.InstanceOrBuilder |
getInstanceOrBuilder()
required .heron.proto.system.Instance instance = 1; |
java.lang.String |
getTopologyId()
required string topology_id = 3; |
com.google.protobuf.ByteString |
getTopologyIdBytes()
required string topology_id = 3; |
java.lang.String |
getTopologyName()
required string topology_name = 2; |
com.google.protobuf.ByteString |
getTopologyNameBytes()
required string topology_name = 2; |
boolean |
hasInstance()
required .heron.proto.system.Instance instance = 1; |
boolean |
hasTopologyId()
required string topology_id = 3; |
boolean |
hasTopologyName()
required string topology_name = 2; |
boolean hasInstance()
required .heron.proto.system.Instance instance = 1;
Information about the instance registering with us
PhysicalPlans.Instance getInstance()
required .heron.proto.system.Instance instance = 1;
Information about the instance registering with us
PhysicalPlans.InstanceOrBuilder getInstanceOrBuilder()
required .heron.proto.system.Instance instance = 1;
Information about the instance registering with us
boolean hasTopologyName()
required string topology_name = 2;
java.lang.String getTopologyName()
required string topology_name = 2;
com.google.protobuf.ByteString getTopologyNameBytes()
required string topology_name = 2;
boolean hasTopologyId()
required string topology_id = 3;
java.lang.String getTopologyId()
required string topology_id = 3;
com.google.protobuf.ByteString getTopologyIdBytes()
required string topology_id = 3;