| Class and Description |
|---|
| com.google.cloud.bigtable.hbase.BigtableExtendedConfiguration
bigtable-hbase is primarily a compatibility layer for HBase, adding Bigtable
extensions is out of scope
|
| com.google.cloud.bigtable.hbase.filter.BigtableFilter
This is a Bigtable extension will be removed in the future. bigtable-hbase is meant
to be a compatibility layer from HBase to Bigtable. Adding extensions is out of scope.
|
| com.google.cloud.bigtable.hbase.filter.TimestampRangeFilter
This is a Bigtable extension will be removed in the future. bigtable-hbase is meant
to be a compatibility layer from HBase to Bigtable. Adding extensions is out of scope.
|
| Field and Description |
|---|
| com.google.cloud.bigtable.hbase.BigtableOptionsFactory.BIGTABLE_LONG_RPC_TIMEOUT_MS_KEY
Please use
BigtableOptionsFactory.BIGTABLE_MUTATE_RPC_TIMEOUT_MS_KEY for batch mutation or BigtableOptionsFactory.BIGTABLE_READ_RPC_TIMEOUT_MS_KEY for batch read or scan. |
| com.google.cloud.bigtable.hbase.BigtableOptionsFactory.BIGTABLE_USE_BULK_API
This option is now ignored. Please configure explicit timeouts instead
|
| com.google.cloud.bigtable.hbase.BigtableOptionsFactory.BIGTABLE_USE_TIMEOUTS_KEY
This is no longer used, timeouts are always enabled now
|