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 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;