Interface CoordinatorInternalOuterClass.RegionCmdInternalOrBuilder

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

public static interface CoordinatorInternalOuterClass.RegionCmdInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    if region_cmd is not success, this field will be set from store response
    if region_cmd is not success, this field will be set from store response
    long
    this is region_cmd_id
    .dingodb.pb.coordinator.RegionCmd region_cmd = 2;
    .dingodb.pb.coordinator.RegionCmd region_cmd = 2;
    boolean
    if region_cmd is not success, this field will be set from store response
    boolean
    .dingodb.pb.coordinator.RegionCmd region_cmd = 2;

    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

    • getId

      long getId()
       this is region_cmd_id
       
      int64 id = 1;
      Returns:
      The id.
    • hasRegionCmd

      boolean hasRegionCmd()
      .dingodb.pb.coordinator.RegionCmd region_cmd = 2;
      Returns:
      Whether the regionCmd field is set.
    • getRegionCmd

      Coordinator.RegionCmd getRegionCmd()
      .dingodb.pb.coordinator.RegionCmd region_cmd = 2;
      Returns:
      The regionCmd.
    • getRegionCmdOrBuilder

      Coordinator.RegionCmdOrBuilder getRegionCmdOrBuilder()
      .dingodb.pb.coordinator.RegionCmd region_cmd = 2;
    • hasError

      boolean hasError()
       if region_cmd is not success, this field will be set from store response
       
      .dingodb.pb.error.Error error = 3;
      Returns:
      Whether the error field is set.
    • getError

       if region_cmd is not success, this field will be set from store response
       
      .dingodb.pb.error.Error error = 3;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
       if region_cmd is not success, this field will be set from store response
       
      .dingodb.pb.error.Error error = 3;