Uses of Class
io.grpc.lb.v1.ClientStats
-
Packages that use ClientStats Package Description io.grpc.grpclb io.grpc.lb.v1 -
-
Uses of ClientStats in io.grpc.grpclb
Methods in io.grpc.grpclb that return ClientStats Modifier and Type Method Description (package private) ClientStats
GrpclbClientLoadRecorder. generateLoadReport()
Generate the report with the data recorded this LB stream since the last report. -
Uses of ClientStats in io.grpc.lb.v1
Fields in io.grpc.lb.v1 declared as ClientStats Modifier and Type Field Description private static ClientStats
ClientStats. DEFAULT_INSTANCE
Fields in io.grpc.lb.v1 with type parameters of type ClientStats Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ClientStats,ClientStats.Builder,ClientStatsOrBuilder>
LoadBalanceRequest.Builder. clientStatsBuilder_
private static com.google.protobuf.Parser<ClientStats>
ClientStats. PARSER
Methods in io.grpc.lb.v1 that return ClientStats Modifier and Type Method Description ClientStats
ClientStats.Builder. build()
ClientStats
ClientStats.Builder. buildPartial()
ClientStats
LoadBalanceRequest.Builder. getClientStats()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStats
LoadBalanceRequest. getClientStats()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStats
LoadBalanceRequestOrBuilder. getClientStats()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.static ClientStats
ClientStats. getDefaultInstance()
ClientStats
ClientStats.Builder. getDefaultInstanceForType()
ClientStats
ClientStats. getDefaultInstanceForType()
static ClientStats
ClientStats. parseDelimitedFrom(java.io.InputStream input)
static ClientStats
ClientStats. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientStats
ClientStats. parseFrom(byte[] data)
static ClientStats
ClientStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientStats
ClientStats. parseFrom(com.google.protobuf.ByteString data)
static ClientStats
ClientStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientStats
ClientStats. parseFrom(com.google.protobuf.CodedInputStream input)
static ClientStats
ClientStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientStats
ClientStats. parseFrom(java.io.InputStream input)
static ClientStats
ClientStats. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientStats
ClientStats. parseFrom(java.nio.ByteBuffer data)
static ClientStats
ClientStats. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.lb.v1 that return types with arguments of type ClientStats Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ClientStats,ClientStats.Builder,ClientStatsOrBuilder>
LoadBalanceRequest.Builder. getClientStatsFieldBuilder()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.com.google.protobuf.Parser<ClientStats>
ClientStats. getParserForType()
static com.google.protobuf.Parser<ClientStats>
ClientStats. parser()
Methods in io.grpc.lb.v1 with parameters of type ClientStats Modifier and Type Method Description private void
ClientStats.Builder. buildPartial0(ClientStats result)
private void
ClientStats.Builder. buildPartialRepeatedFields(ClientStats result)
LoadBalanceRequest.Builder
LoadBalanceRequest.Builder. mergeClientStats(ClientStats value)
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStats.Builder
ClientStats.Builder. mergeFrom(ClientStats other)
static ClientStats.Builder
ClientStats. newBuilder(ClientStats prototype)
LoadBalanceRequest.Builder
LoadBalanceRequest.Builder. setClientStats(ClientStats value)
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.
-