Package io.dingodb.debug
Interface Debug.DebugResponse.DocumentIndexMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.DocumentIndexMetrics,Debug.DebugResponse.DocumentIndexMetrics.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.DocumentIndexMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1;intrepeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1;repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1;getEntriesOrBuilder(int index) repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1;repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 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
-
getEntriesList
List<Debug.DebugResponse.DocumentIndexMetricsEntry> getEntriesList()repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1; -
getEntries
repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1; -
getEntriesCount
int getEntriesCount()repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1; -
getEntriesOrBuilderList
List<? extends Debug.DebugResponse.DocumentIndexMetricsEntryOrBuilder> getEntriesOrBuilderList()repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1; -
getEntriesOrBuilder
repeated .dingodb.pb.debug.DebugResponse.DocumentIndexMetricsEntry entries = 1;
-