Package io.dingodb.debug
Interface Debug.DebugResponse.StoreMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.StoreMetrics,Debug.DebugResponse.StoreMetrics.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.StoreMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.StoreMetrics metrics = 1;.dingodb.pb.common.StoreMetrics metrics = 1;boolean.dingodb.pb.common.StoreMetrics metrics = 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
-
hasMetrics
boolean hasMetrics().dingodb.pb.common.StoreMetrics metrics = 1;- Returns:
- Whether the metrics field is set.
-
getMetrics
Common.StoreMetrics getMetrics().dingodb.pb.common.StoreMetrics metrics = 1;- Returns:
- The metrics.
-
getMetricsOrBuilder
Common.StoreMetricsOrBuilder getMetricsOrBuilder().dingodb.pb.common.StoreMetrics metrics = 1;
-