Interface Debug.BindCoreRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    getCores(int index)
    repeated uint32 cores = 12;
    int
    repeated uint32 cores = 12;
    repeated uint32 cores = 12;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    string thread_pool_name = 10;
    com.google.protobuf.ByteString
    string thread_pool_name = 10;
    int
    getThreads(int index)
    repeated uint32 threads = 11;
    int
    repeated uint32 threads = 11;
    repeated uint32 threads = 11;
    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;
    • getThreadPoolName

      String getThreadPoolName()
      string thread_pool_name = 10;
      Returns:
      The threadPoolName.
    • getThreadPoolNameBytes

      com.google.protobuf.ByteString getThreadPoolNameBytes()
      string thread_pool_name = 10;
      Returns:
      The bytes for threadPoolName.
    • getThreadsList

      List<Integer> getThreadsList()
      repeated uint32 threads = 11;
      Returns:
      A list containing the threads.
    • getThreadsCount

      int getThreadsCount()
      repeated uint32 threads = 11;
      Returns:
      The count of threads.
    • getThreads

      int getThreads(int index)
      repeated uint32 threads = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The threads at the given index.
    • getCoresList

      List<Integer> getCoresList()
      repeated uint32 cores = 12;
      Returns:
      A list containing the cores.
    • getCoresCount

      int getCoresCount()
      repeated uint32 cores = 12;
      Returns:
      The count of cores.
    • getCores

      int getCores(int index)
      repeated uint32 cores = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cores at the given index.