| Package | Description |
|---|---|
| com.google.cloud.bigtable.hbase | |
| com.google.cloud.bigtable.hbase.wrappers | |
| com.google.cloud.bigtable.hbase.wrappers.veneer | |
| org.apache.hadoop.hbase.client |
| Constructor and Description |
|---|
BatchExecutor(BigtableApi bigtableApi,
BigtableHBaseSettings settings,
HBaseRequestAdapter adapter)
Constructor for BatchExecutor.
|
BigtableBufferedMutator(BigtableApi bigtableApi,
BigtableHBaseSettings settings,
HBaseRequestAdapter adapter,
org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener listener)
Constructor for BigtableBufferedMutator.
|
BigtableBufferedMutatorHelper(BigtableApi bigtableApi,
BigtableHBaseSettings settings,
HBaseRequestAdapter adapter)
Constructor for BigtableBufferedMutatorHelper.
|
| Modifier and Type | Method and Description |
|---|---|
static BigtableApi |
BigtableApi.create(BigtableHBaseSettings settings) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigtableVeneerApi
For internal use only - public for technical reasons.
|
| Modifier and Type | Method and Description |
|---|---|
BigtableApi |
CommonConnection.getBigtableApi()
Returns
BigtableApi object to access bigtable data and admin client APIs. |
BigtableApi |
AbstractBigtableConnection.getBigtableApi() |