Package io.dingodb.coordinator
Interface Coordinator.GetExecutorMapRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.GetExecutorMapRequest,Coordinator.GetExecutorMapRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.GetExecutorMapRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionexecutor cluster name, if cluster_name is empty return all executor mapcom.google.protobuf.ByteStringexecutor cluster name, if cluster_name is empty return all executor maplonggetEpoch()int64 epoch = 2;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
getEpoch
long getEpoch()int64 epoch = 2;- Returns:
- The epoch.
-
getClusterName
String getClusterName()executor cluster name, if cluster_name is empty return all executor map
string cluster_name = 3;- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()executor cluster name, if cluster_name is empty return all executor map
string cluster_name = 3;- Returns:
- The bytes for clusterName.
-