Package com.google.cloud.bigtable.hbase.adapters.read
-
Interface Summary Interface Description ReadHooks Hooks for modifying aQuery
before being sent to Cloud Bigtable.ReadOperationAdapter<T extends Operation> Interface used for Scan and Get operation adapters. -
Class Summary Class Description BigtableResultScannerAdapter<T> Adapt a Bigtable ResultScanner to an HBase Result Scanner.DefaultReadHooks Default implementation ofReadHooks
.FlatRowAdapter GetAdapter AGet
adapter that transform the Get into aQuery
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 aRow
and an hbase clientResult
.RowCell RowRangeAdapter Adapter to convert between a BigtableRowSet
and guava'sRangeSet
.ScanAdapter An adapter forScan
operation that makes use of the proto filter language.