Uses of Enum Class
io.dingodb.debug.Debug.WorkQueueType
Packages that use Debug.WorkQueueType
-
Uses of Debug.WorkQueueType in io.dingodb.debug
Methods in io.dingodb.debug that return Debug.WorkQueueTypeModifier and TypeMethodDescriptionstatic Debug.WorkQueueTypeDebug.WorkQueueType.forNumber(int value) Debug.TraceWorkQueueRequest.Builder.getType().dingodb.pb.debug.WorkQueueType type = 10;Debug.TraceWorkQueueRequest.getType().dingodb.pb.debug.WorkQueueType type = 10;Debug.TraceWorkQueueRequestOrBuilder.getType().dingodb.pb.debug.WorkQueueType type = 10;static Debug.WorkQueueTypeDebug.WorkQueueType.valueOf(int value) Deprecated.static Debug.WorkQueueTypeDebug.WorkQueueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Debug.WorkQueueTypeReturns the enum constant of this class with the specified name.static Debug.WorkQueueType[]Debug.WorkQueueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.debug that return types with arguments of type Debug.WorkQueueTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Debug.WorkQueueType>Debug.WorkQueueType.internalGetValueMap()Methods in io.dingodb.debug with parameters of type Debug.WorkQueueTypeModifier and TypeMethodDescriptionDebug.TraceWorkQueueRequest.Builder.setType(Debug.WorkQueueType value) .dingodb.pb.debug.WorkQueueType type = 10;