| Package | Description |
|---|---|
| io.grpc.lb.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientStatsPerToken
Contains the number of calls finished for a particular load balance token.
|
static class |
ClientStatsPerToken.Builder
Contains the number of calls finished for a particular load balance token.
|
| Modifier and Type | Method and Description |
|---|---|
ClientStatsPerTokenOrBuilder |
ClientStats.getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.
|
ClientStatsPerTokenOrBuilder |
ClientStats.Builder.getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.
|
ClientStatsPerTokenOrBuilder |
ClientStatsOrBuilder.getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ClientStatsPerTokenOrBuilder> |
ClientStats.getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
|
List<? extends ClientStatsPerTokenOrBuilder> |
ClientStats.Builder.getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
|
List<? extends ClientStatsPerTokenOrBuilder> |
ClientStatsOrBuilder.getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
|