Package io.dingodb.debug
Interface Debug.TraceWorkQueueRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.TraceWorkQueueRequest,Debug.TraceWorkQueueRequest.Builder
- Enclosing class:
- Debug
public static interface Debug.TraceWorkQueueRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;getType().dingodb.pb.debug.WorkQueueType type = 10;int.dingodb.pb.debug.WorkQueueType type = 10;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; -
getTypeValue
int getTypeValue().dingodb.pb.debug.WorkQueueType type = 10;- Returns:
- The enum numeric value on the wire for type.
-
getType
Debug.WorkQueueType getType().dingodb.pb.debug.WorkQueueType type = 10;- Returns:
- The type.
-