Uses of Class
com.google.cloud.bigtable.grpc.BigtableTableName
-
Packages that use BigtableTableName Package Description com.google.cloud.bigtable.grpc com.google.cloud.bigtable.grpc.async com.google.cloud.bigtable.hbase.adapters -
-
Uses of BigtableTableName in com.google.cloud.bigtable.grpc
Methods in com.google.cloud.bigtable.grpc that return BigtableTableName Modifier and Type Method and Description BigtableTableName
BigtableInstanceName. toTableName(String tableId)
toTableName.Methods in com.google.cloud.bigtable.grpc with parameters of type BigtableTableName Modifier and Type Method and Description BulkMutation
BigtableSession. createBulkMutation(BigtableTableName tableName)
createBulkMutation.IBulkMutation
BigtableSession. createBulkMutationWrapper(BigtableTableName tableName)
createBulkMutationWrapper.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. -
Uses of BigtableTableName in com.google.cloud.bigtable.grpc.async
Constructors in com.google.cloud.bigtable.grpc.async with parameters of type BigtableTableName Constructor and Description BulkMutation(BigtableTableName tableName, BigtableDataClient client, ScheduledExecutorService retryExecutorService, BulkOptions bulkOptions)
Constructor for BulkMutation.BulkRead(IBigtableDataClient client, BigtableTableName tableName, int batchSizes, ExecutorService threadPool)
Constructor for BulkRead. -
Uses of BigtableTableName in com.google.cloud.bigtable.hbase.adapters
Fields in com.google.cloud.bigtable.hbase.adapters declared as BigtableTableName Modifier and Type Field and Description protected BigtableTableName
HBaseRequestAdapter. bigtableTableName
Methods in com.google.cloud.bigtable.hbase.adapters that return BigtableTableName Modifier and Type Method and Description BigtableTableName
HBaseRequestAdapter. getBigtableTableName()
Getter for the fieldbigtableTableName
.
-