Interface Coordinator.CreateExecutorRequestOrBuilder

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

public static interface Coordinator.CreateExecutorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 cluster_id = 2;
    .dingodb.pb.common.Executor executor = 3;
    .dingodb.pb.common.Executor executor = 3;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    boolean
    .dingodb.pb.common.Executor executor = 3;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;
    • getClusterId

      long getClusterId()
      int64 cluster_id = 2;
      Returns:
      The clusterId.
    • hasExecutor

      boolean hasExecutor()
      .dingodb.pb.common.Executor executor = 3;
      Returns:
      Whether the executor field is set.
    • getExecutor

      Common.Executor getExecutor()
      .dingodb.pb.common.Executor executor = 3;
      Returns:
      The executor.
    • getExecutorOrBuilder

      Common.ExecutorOrBuilder getExecutorOrBuilder()
      .dingodb.pb.common.Executor executor = 3;