Interface | Description |
---|---|
ReadHooks |
Hooks for modifying a
Query before being sent to Cloud Bigtable. |
ReadOperationAdapter<T extends org.apache.hadoop.hbase.client.Operation> |
Interface used for Scan and Get operation adapters.
|
Class | Description |
---|---|
DefaultReadHooks |
Default implementation of
ReadHooks . |
GetAdapter |
A
Get adapter that transform the Get into a Query using the proto-based filter
language. |
ReaderExpressionHelper |
Methods and constants to help build a bigtable reader expression // TODO(AngusDavis): Move more
ScanAdapter and FilterAdapter writing logic to here.
|
ReaderExpressionHelper.QuoteFilterExpressionStream |
An OutputStream that performs bigtable reader filter expression language quoting of '@', '{',
and '}' by pre-pending a '@' to each.
|
ReaderExpressionHelper.QuoteMetaOutputStream |
An OutputStream that performs RE2:QuoteMeta as bytes are written.
|
RowAdapter |
Adapt between a
Row and an hbase client Result . |
RowCell |
RowCell is an alternative implementation of
KeyValue . |
RowRangeAdapter |
Adapter to convert between a Bigtable
RowSet and guava's RangeSet . |
ScanAdapter |
An adapter for
Scan operation that makes use of the proto filter language. |