Uses of Interface
com.google.cloud.bigtable.grpc.BigtableDataClient
-
Packages that use BigtableDataClient Package Description com.google.cloud.bigtable.grpc com.google.cloud.bigtable.grpc.async -
-
Uses of BigtableDataClient in com.google.cloud.bigtable.grpc
Classes in com.google.cloud.bigtable.grpc that implement BigtableDataClient Modifier and Type Class and Description class
BigtableDataGrpcClient
A gRPC client to access the v2 Bigtable data service.Methods in com.google.cloud.bigtable.grpc that return BigtableDataClient Modifier and Type Method and Description BigtableDataClient
BigtableSession. getDataClient()
Getter for the fielddataClient
.Constructors in com.google.cloud.bigtable.grpc with parameters of type BigtableDataClient Constructor and Description BigtableDataClientWrapper(BigtableDataClient bigtableDataClient, com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
-
Uses of BigtableDataClient in com.google.cloud.bigtable.grpc.async
Constructors in com.google.cloud.bigtable.grpc.async with parameters of type BigtableDataClient Constructor and Description BulkMutation(BigtableTableName tableName, BigtableDataClient client, ScheduledExecutorService retryExecutorService, BulkOptions bulkOptions)
Constructor for BulkMutation.
-