Uses of Class
com.google.api.gax.batching.PartitionKey
-
Packages that use PartitionKey Package Description com.google.api.gax.rpc -
-
Uses of PartitionKey in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return PartitionKey Modifier and Type Method Description PartitionKeyBatchingDescriptor. getBatchPartitionKey(RequestT request)Returns the value of the partition key for the given request.Methods in com.google.api.gax.rpc with parameters of type PartitionKey Modifier and Type Method Description ThresholdBatcher<Batch<RequestT,ResponseT>>BatcherFactory. getPushingBatcher(PartitionKey partitionKey)Provides the ThresholdBatcher corresponding to the given partitionKey, or constructs one if it doesn't exist yet.
-