Uses of Interface
com.google.cloud.bigtable.grpc.CallOptionsFactory
-
Packages that use CallOptionsFactory Package Description com.google.cloud.bigtable.grpc -
-
Uses of CallOptionsFactory in com.google.cloud.bigtable.grpc
Classes in com.google.cloud.bigtable.grpc that implement CallOptionsFactory Modifier and Type Class and Description static class
CallOptionsFactory.ConfiguredCallOptionsFactory
Creates a newCallOptions
based on aCallOptionsConfig
.static class
CallOptionsFactory.Default
ReturnsCallOptions.DEFAULT
with anyContext.current()
'sContext.getDeadline()
applied to it.Methods in com.google.cloud.bigtable.grpc with parameters of type CallOptionsFactory Modifier and Type Method and Description void
BigtableDataGrpcClient. setCallOptionsFactory(CallOptionsFactory callOptionsFactory)
Sets aCallOptionsFactory
which createsCallOptions
void
BigtableDataClient. setCallOptionsFactory(CallOptionsFactory callOptionsFactory)
Sets aCallOptionsFactory
which createsCallOptions
-