Package io.dingodb.debug
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 TypeMethodDescriptionintgetCores(int index) repeated uint32 cores = 12;intrepeated 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.ByteStringstring thread_pool_name = 10;intgetThreads(int index) repeated uint32 threads = 11;intrepeated uint32 threads = 11;repeated uint32 threads = 11;boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-