Package io.dingodb.coordinator
Interface Coordinator.ExecutorHeartbeatRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.ExecutorHeartbeatRequest,Coordinator.ExecutorHeartbeatRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.ExecutorHeartbeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionself executor infoself executor info.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longexecutormap epoch in this Executorbooleanself executor infoboolean.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; -
getSelfExecutormapEpoch
long getSelfExecutormapEpoch()executormap epoch in this Executor
int64 self_executormap_epoch = 2;- Returns:
- The selfExecutormapEpoch.
-
hasExecutor
boolean hasExecutor()self executor info
.dingodb.pb.common.Executor executor = 3;- Returns:
- Whether the executor field is set.
-
getExecutor
Common.Executor getExecutor()self executor info
.dingodb.pb.common.Executor executor = 3;- Returns:
- The executor.
-
getExecutorOrBuilder
Common.ExecutorOrBuilder getExecutorOrBuilder()self executor info
.dingodb.pb.common.Executor executor = 3;
-