Package | Description |
---|---|
com.google.cloud.bigtable.hbase.adapters.filters | |
com.google.cloud.bigtable.hbase.adapters.read |
Modifier and Type | Method and Description |
---|---|
ReadHooks |
FilterAdapterContext.getReadHooks()
Getter for the field
readHooks . |
Constructor and Description |
---|
FilterAdapterContext(org.apache.hadoop.hbase.client.Scan scan,
ReadHooks readHooks)
Constructor for FilterAdapterContext.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultReadHooks
Default implementation of
ReadHooks . |
Modifier and Type | Method and Description |
---|---|
com.google.cloud.bigtable.data.v2.models.Query |
GetAdapter.adapt(org.apache.hadoop.hbase.client.Get operation,
ReadHooks readHooks,
com.google.cloud.bigtable.data.v2.models.Query query)
adapt.
|
com.google.cloud.bigtable.data.v2.models.Query |
ScanAdapter.adapt(org.apache.hadoop.hbase.client.Scan scan,
ReadHooks readHooks,
com.google.cloud.bigtable.data.v2.models.Query query)
adapt.
|
com.google.cloud.bigtable.data.v2.models.Query |
ReadOperationAdapter.adapt(T request,
ReadHooks readHooks,
com.google.cloud.bigtable.data.v2.models.Query query)
adapt.
|
com.google.cloud.bigtable.data.v2.models.Filters.Filter |
ScanAdapter.buildFilter(org.apache.hadoop.hbase.client.Scan scan,
ReadHooks hooks)
Given a
Scan , build a Filters.Filter that include matching columns |