Interface Coordinator.UpdateExecutorUserRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Coordinator.UpdateExecutorUserRequest, Coordinator.UpdateExecutorUserRequest.Builder
Enclosing class:
Coordinator

public static interface Coordinator.UpdateExecutorUserRequestOrBuilder 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;
    • getClusterId

      long getClusterId()
       set to 0 now
       
      int64 cluster_id = 2;
      Returns:
      The clusterId.
    • hasExecutorUser

      boolean hasExecutorUser()
      .dingodb.pb.common.ExecutorUser executor_user = 3;
      Returns:
      Whether the executorUser field is set.
    • getExecutorUser

      Common.ExecutorUser getExecutorUser()
      .dingodb.pb.common.ExecutorUser executor_user = 3;
      Returns:
      The executorUser.
    • getExecutorUserOrBuilder

      Common.ExecutorUserOrBuilder getExecutorUserOrBuilder()
      .dingodb.pb.common.ExecutorUser executor_user = 3;
    • hasExecutorUserUpdate

      boolean hasExecutorUserUpdate()
       user name is ignored, only update keyring
       
      .dingodb.pb.common.ExecutorUser executor_user_update = 4;
      Returns:
      Whether the executorUserUpdate field is set.
    • getExecutorUserUpdate

      Common.ExecutorUser getExecutorUserUpdate()
       user name is ignored, only update keyring
       
      .dingodb.pb.common.ExecutorUser executor_user_update = 4;
      Returns:
      The executorUserUpdate.
    • getExecutorUserUpdateOrBuilder

      Common.ExecutorUserOrBuilder getExecutorUserUpdateOrBuilder()
       user name is ignored, only update keyring
       
      .dingodb.pb.common.ExecutorUser executor_user_update = 4;