Interface Debug.DebugRequestOrBuilder

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

public static interface Debug.DebugRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    used by RAFT_LOG_META
    long
    getRegionIds(int index)
    repeated int64 region_ids = 3;
    int
    repeated int64 region_ids = 3;
    repeated int64 region_ids = 3;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    debug type
    int
    debug type
    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;
    • getTypeValue

      int getTypeValue()
       debug type
       
      .dingodb.pb.debug.DebugType type = 2;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      Debug.DebugType getType()
       debug type
       
      .dingodb.pb.debug.DebugType type = 2;
      Returns:
      The type.
    • getRegionIdsList

      List<Long> getRegionIdsList()
      repeated int64 region_ids = 3;
      Returns:
      A list containing the regionIds.
    • getRegionIdsCount

      int getRegionIdsCount()
      repeated int64 region_ids = 3;
      Returns:
      The count of regionIds.
    • getRegionIds

      long getRegionIds(int index)
      repeated int64 region_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The regionIds at the given index.
    • getIsActual

      boolean getIsActual()
       used by RAFT_LOG_META
       
      bool is_actual = 8;
      Returns:
      The isActual.