Package io.dingodb.debug
Interface Debug.TraceWorkQueueResponse.WorkerTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.TraceWorkQueueResponse.WorkerTrace,Debug.TraceWorkQueueResponse.WorkerTrace.Builder
- Enclosing class:
- Debug.TraceWorkQueueResponse
public static interface Debug.TraceWorkQueueResponse.WorkerTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()uint32 count = 1;getTraces(int index) repeated string traces = 2;com.google.protobuf.ByteStringgetTracesBytes(int index) repeated string traces = 2;intrepeated string traces = 2;repeated string traces = 2;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
-
getCount
int getCount()uint32 count = 1;- Returns:
- The count.
-
getTracesList
repeated string traces = 2;- Returns:
- A list containing the traces.
-
getTracesCount
int getTracesCount()repeated string traces = 2;- Returns:
- The count of traces.
-
getTraces
repeated string traces = 2;- Parameters:
index- The index of the element to return.- Returns:
- The traces at the given index.
-
getTracesBytes
com.google.protobuf.ByteString getTracesBytes(int index) repeated string traces = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the traces at the given index.
-