Interface Debug.DebugResponse.RegionExecutorOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    getRegionIds(int index)
    repeated int64 region_ids = 1;
    int
    repeated int64 region_ids = 1;
    repeated int64 region_ids = 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

    • getRegionIdsList

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

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

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