Modifier and Type | Field and Description |
---|---|
protected BigtableHBaseSettings |
BatchExecutor.settings |
protected BigtableHBaseSettings |
AbstractBigtableTable.settings |
Constructor and Description |
---|
AbstractBigtableRegionLocator(org.apache.hadoop.hbase.TableName tableName,
BigtableHBaseSettings settings,
DataClientWrapper client) |
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.
|
BigtableRegionLocator(org.apache.hadoop.hbase.TableName tableName,
BigtableHBaseSettings settings,
DataClientWrapper client)
Constructor for BigtableRegionLocator.
|
Modifier and Type | Method and Description |
---|---|
static PutAdapter |
Adapters.createPutAdapter(BigtableHBaseSettings settings)
createPutAdapter.
|
Constructor and Description |
---|
HBaseRequestAdapter(BigtableHBaseSettings settings,
org.apache.hadoop.hbase.TableName tableName)
Constructor for HBaseRequestAdapter.
|
HBaseRequestAdapter(BigtableHBaseSettings settings,
org.apache.hadoop.hbase.TableName tableName,
HBaseRequestAdapter.MutationAdapters mutationAdapters)
Constructor for HBaseRequestAdapter.
|
MutationAdapters(BigtableHBaseSettings settings) |
Modifier and Type | Method and Description |
---|---|
static BigtableHBaseSettings |
BigtableHBaseSettings.create(org.apache.hadoop.conf.Configuration configuration) |
BigtableHBaseSettings |
BigtableApi.getBigtableHBaseSettings() |
Modifier and Type | Method and Description |
---|---|
static BigtableApi |
BigtableApi.create(BigtableHBaseSettings settings) |
Constructor and Description |
---|
BigtableApi(BigtableHBaseSettings hbaseSettings) |
Modifier and Type | Class and Description |
---|---|
class |
BigtableHBaseVeneerSettings
For internal use only - public for technical reasons.
|
Modifier and Type | Method and Description |
---|---|
BigtableHBaseSettings |
AbstractBigtableConnection.getBigtableSettings() |
BigtableHBaseSettings |
CommonConnection.getBigtableSettings()
Returns instance of bigtable settings for classic or veneer client.
|