Package | Description |
---|---|
com.google.cloud.bigtable.grpc | |
com.google.cloud.bigtable.grpc.async |
Modifier and Type | Method and Description |
---|---|
BigtableTableName |
BigtableInstanceName.toTableName(String tableId)
toTableName.
|
Modifier and Type | Method and Description |
---|---|
BulkMutation |
BigtableSession.createBulkMutation(BigtableTableName tableName)
createBulkMutation.
|
BulkMutation |
BigtableSession.createBulkMutation(BigtableTableName tableName,
AsyncExecutor asyncExecutor)
Deprecated.
|
BulkRead |
BigtableSession.createBulkRead(BigtableTableName tableName)
createBulkRead.
|
void |
BigtableTableAdminGrpcClient.waitForReplication(BigtableTableName tableName,
long timeout)
Blocks until replication has caught up to the point this method was called or timeout is
reached.
|
void |
BigtableTableAdminClient.waitForReplication(BigtableTableName tableName,
long timeout)
Blocks until replication has caught up to the point this method was called or timeout is
reached.
|
Constructor and Description |
---|
BulkMutation(BigtableTableName tableName,
BigtableDataClient client,
ScheduledExecutorService retryExecutorService,
BulkOptions bulkOptions)
Constructor for BulkMutation.
|
BulkRead(BigtableDataClient client,
BigtableTableName tableName,
int batchSizes,
ExecutorService threadPool)
Constructor for BulkRead.
|