public static interface Scheduler.RestartTopologyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getContainerIndex()
required int32 container_index = 2; |
java.lang.String |
getTopologyName()
required string topology_name = 1; |
com.google.protobuf.ByteString |
getTopologyNameBytes()
required string topology_name = 1; |
boolean |
hasContainerIndex()
required int32 container_index = 2; |
boolean |
hasTopologyName()
required string topology_name = 1; |
boolean hasTopologyName()
required string topology_name = 1;
java.lang.String getTopologyName()
required string topology_name = 1;
com.google.protobuf.ByteString getTopologyNameBytes()
required string topology_name = 1;
boolean hasContainerIndex()
required int32 container_index = 2;
container_index would be -1 if no container is specified to restart That means we would restart all containers.
int getContainerIndex()
required int32 container_index = 2;
container_index would be -1 if no container is specified to restart That means we would restart all containers.