Interface CoordinatorInternalOuterClass.MetaIncrementExecutorUserOrBuilder

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

public static interface CoordinatorInternalOuterClass.MetaIncrementExecutorUserOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
       this is executor_user_name
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       this is executor_user_name
       
      string id = 1;
      Returns:
      The bytes for id.
    • hasExecutorUser

      boolean hasExecutorUser()
      .dingodb.pb.coordinator_internal.ExecutorUserInternal executor_user = 2;
      Returns:
      Whether the executorUser field is set.
    • getExecutorUser

      .dingodb.pb.coordinator_internal.ExecutorUserInternal executor_user = 2;
      Returns:
      The executorUser.
    • getExecutorUserOrBuilder

      .dingodb.pb.coordinator_internal.ExecutorUserInternal executor_user = 2;
    • getOpTypeValue

      int getOpTypeValue()
      .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
      Returns:
      The enum numeric value on the wire for opType.
    • getOpType

      .dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;
      Returns:
      The opType.