Package io.grpc.lb.v1
Interface ClientStatsPerTokenOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientStatsPerToken,ClientStatsPerToken.Builder
public interface ClientStatsPerTokenOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLoadBalanceToken()See Server.load_balance_token.ByteStringgetLoadBalanceTokenBytes()See Server.load_balance_token.longgetNumCalls()The total number of RPCs that finished associated with the token.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLoadBalanceToken
String getLoadBalanceToken()
See Server.load_balance_token.
string load_balance_token = 1;- Returns:
- The loadBalanceToken.
-
getLoadBalanceTokenBytes
ByteString getLoadBalanceTokenBytes()
See Server.load_balance_token.
string load_balance_token = 1;- Returns:
- The bytes for loadBalanceToken.
-
getNumCalls
long getNumCalls()
The total number of RPCs that finished associated with the token.
int64 num_calls = 2;- Returns:
- The numCalls.
-
-