| Package | Description |
|---|---|
| com.google.cloud.bigtable.hbase.adapters | |
| com.google.cloud.bigtable.hbase.adapters.filters | |
| com.google.cloud.bigtable.hbase.adapters.read |
| Modifier and Type | Field and Description |
|---|---|
static FilterAdapter |
Adapters.FILTER_ADAPTER
Constant
FILTER_ADAPTER |
| Modifier and Type | Method and Description |
|---|---|
static FilterAdapter |
FilterAdapter.buildAdapter()
Create a new FilterAdapter
|
| Constructor and Description |
|---|
FilterListAdapter(FilterAdapter subFilterAdapter)
Constructor for FilterListAdapter.
|
WhileMatchFilterAdapter(FilterAdapter subFilterAdapter)
Constructor for WhileMatchFilterAdapter.
|
| Constructor and Description |
|---|
ScanAdapter(FilterAdapter filterAdapter,
RowRangeAdapter rowRangeAdapter)
Constructor for ScanAdapter.
|