Package | Description |
---|---|
com.google.cloud.bigtable.grpc | |
com.google.cloud.bigtable.grpc.async |
Modifier and Type | Class and Description |
---|---|
class |
BigtableDataGrpcClient
A gRPC client to access the v2 Bigtable data service.
|
Modifier and Type | Method and Description |
---|---|
BigtableDataClient |
BigtableSession.getDataClient()
Getter for the field
dataClient . |
Modifier and Type | Method and Description |
---|---|
BigtableDataClient |
AsyncExecutor.getClient()
Getter for the field
client . |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ResponseT> |
AsyncExecutor.AsyncCall.call(BigtableDataClient client,
RequestT request) |
Constructor and Description |
---|
AsyncExecutor(BigtableDataClient client)
Constructor for AsyncExecutor.
|
BulkMutation(BigtableTableName tableName,
BigtableDataClient client,
ScheduledExecutorService retryExecutorService,
BulkOptions bulkOptions)
Constructor for BulkMutation.
|
BulkRead(BigtableDataClient client,
BigtableTableName tableName,
int batchSizes,
ExecutorService threadPool)
Constructor for BulkRead.
|