Uses of Class
io.grpc.lb.v1.ClientStatsPerToken
-
Packages that use ClientStatsPerToken Package Description io.grpc.lb.v1 -
-
Uses of ClientStatsPerToken in io.grpc.lb.v1
Methods in io.grpc.lb.v1 that return ClientStatsPerToken Modifier and Type Method Description ClientStatsPerToken
ClientStatsPerToken.Builder. build()
ClientStatsPerToken
ClientStatsPerToken.Builder. buildPartial()
ClientStatsPerToken
ClientStats.Builder. getCallsFinishedWithDrop(int index)
The list of dropped calls.ClientStatsPerToken
ClientStats. getCallsFinishedWithDrop(int index)
The list of dropped calls.ClientStatsPerToken
ClientStatsOrBuilder. getCallsFinishedWithDrop(int index)
The list of dropped calls.static ClientStatsPerToken
ClientStatsPerToken. getDefaultInstance()
ClientStatsPerToken
ClientStatsPerToken.Builder. getDefaultInstanceForType()
ClientStatsPerToken
ClientStatsPerToken. getDefaultInstanceForType()
static ClientStatsPerToken
ClientStatsPerToken. parseDelimitedFrom(InputStream input)
static ClientStatsPerToken
ClientStatsPerToken. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(byte[] data)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(ByteString data)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(CodedInputStream input)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(InputStream input)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(ByteBuffer data)
static ClientStatsPerToken
ClientStatsPerToken. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.lb.v1 that return types with arguments of type ClientStatsPerToken Modifier and Type Method Description List<ClientStatsPerToken>
ClientStats.Builder. getCallsFinishedWithDropList()
The list of dropped calls.List<ClientStatsPerToken>
ClientStats. getCallsFinishedWithDropList()
The list of dropped calls.List<ClientStatsPerToken>
ClientStatsOrBuilder. getCallsFinishedWithDropList()
The list of dropped calls.Parser<ClientStatsPerToken>
ClientStatsPerToken. getParserForType()
static Parser<ClientStatsPerToken>
ClientStatsPerToken. parser()
Methods in io.grpc.lb.v1 with parameters of type ClientStatsPerToken Modifier and Type Method Description ClientStats.Builder
ClientStats.Builder. addCallsFinishedWithDrop(int index, ClientStatsPerToken value)
The list of dropped calls.ClientStats.Builder
ClientStats.Builder. addCallsFinishedWithDrop(ClientStatsPerToken value)
The list of dropped calls.ClientStatsPerToken.Builder
ClientStatsPerToken.Builder. mergeFrom(ClientStatsPerToken other)
static ClientStatsPerToken.Builder
ClientStatsPerToken. newBuilder(ClientStatsPerToken prototype)
ClientStats.Builder
ClientStats.Builder. setCallsFinishedWithDrop(int index, ClientStatsPerToken value)
The list of dropped calls.Method parameters in io.grpc.lb.v1 with type arguments of type ClientStatsPerToken Modifier and Type Method Description ClientStats.Builder
ClientStats.Builder. addAllCallsFinishedWithDrop(Iterable<? extends ClientStatsPerToken> values)
The list of dropped calls.
-