Interface ClusterStats.DroppedRequestsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterStats.DroppedRequests
,ClusterStats.DroppedRequests.Builder
- Enclosing class:
- ClusterStats
public static interface ClusterStats.DroppedRequestsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCategory()
Identifier for the policy specifying the drop.com.google.protobuf.ByteString
getCategoryBytes()
Identifier for the policy specifying the drop.long
getDroppedCount()
Total number of deliberately dropped requests for the category.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCategory
java.lang.String getCategory()
Identifier for the policy specifying the drop.
string category = 1 [(.validate.rules) = { ... }
- Returns:
- The category.
-
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()
Identifier for the policy specifying the drop.
string category = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for category.
-
getDroppedCount
long getDroppedCount()
Total number of deliberately dropped requests for the category.
uint64 dropped_count = 2;
- Returns:
- The droppedCount.
-
-