Package io.dingodb.coordinator
Interface Coordinator.GetStoreOwnMetricsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.GetStoreOwnMetricsRequest,Coordinator.GetStoreOwnMetricsRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.GetStoreOwnMetricsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longgetStoreIds(int index) if store_ids is empty, get all store own metricsintif store_ids is empty, get all store own metricsif store_ids is empty, get all store own metricsboolean.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; -
getStoreIdsList
if store_ids is empty, get all store own metrics
repeated int64 store_ids = 2;- Returns:
- A list containing the storeIds.
-
getStoreIdsCount
int getStoreIdsCount()if store_ids is empty, get all store own metrics
repeated int64 store_ids = 2;- Returns:
- The count of storeIds.
-
getStoreIds
long getStoreIds(int index) if store_ids is empty, get all store own metrics
repeated int64 store_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The storeIds at the given index.
-