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) ClientStatsGrpclbClientLoadRecorder. 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 ClientStatsClientStats. DEFAULT_INSTANCEFields 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. PARSERMethods in io.grpc.lb.v1 that return ClientStats Modifier and Type Method Description ClientStatsClientStats.Builder. build()ClientStatsClientStats.Builder. buildPartial()ClientStatsLoadBalanceRequest.Builder. getClientStats()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStatsLoadBalanceRequest. getClientStats()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStatsLoadBalanceRequestOrBuilder. getClientStats()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.static ClientStatsClientStats. getDefaultInstance()ClientStatsClientStats.Builder. getDefaultInstanceForType()ClientStatsClientStats. getDefaultInstanceForType()static ClientStatsClientStats. parseDelimitedFrom(java.io.InputStream input)static ClientStatsClientStats. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientStatsClientStats. parseFrom(byte[] data)static ClientStatsClientStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientStatsClientStats. parseFrom(com.google.protobuf.ByteString data)static ClientStatsClientStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientStatsClientStats. parseFrom(com.google.protobuf.CodedInputStream input)static ClientStatsClientStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientStatsClientStats. parseFrom(java.io.InputStream input)static ClientStatsClientStats. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientStatsClientStats. parseFrom(java.nio.ByteBuffer data)static ClientStatsClientStats. 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 voidClientStats.Builder. buildPartial0(ClientStats result)private voidClientStats.Builder. buildPartialRepeatedFields(ClientStats result)LoadBalanceRequest.BuilderLoadBalanceRequest.Builder. mergeClientStats(ClientStats value)The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStats.BuilderClientStats.Builder. mergeFrom(ClientStats other)static ClientStats.BuilderClientStats. newBuilder(ClientStats prototype)LoadBalanceRequest.BuilderLoadBalanceRequest.Builder. setClientStats(ClientStats value)The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.
-