| Package | Description |
|---|---|
| com.google.cloud.bigtable.hbase.adapters.filters |
| Modifier and Type | Class and Description |
|---|---|
class |
BigtableFilterAdapter
Converts a
BigtableFilter to a RowFilter. |
class |
ColumnCountGetFilterAdapter
Adapter for the ColumnCountGetFilter.
|
class |
ColumnPaginationFilterAdapter
Adapter to convert a ColumnPaginationFilter to a RowFilter.
|
class |
ColumnPrefixFilterAdapter
Adapter for a single ColumnPrefixFilter to a Cloud Bigtable RowFilter.
|
class |
ColumnRangeFilterAdapter
Adapter for a single ColumnRangeFilter to a Cloud Bigtable RowFilter.
|
class |
FamilyFilterAdapter
Adapter for a single
FamilyFilter to a Cloud Bigtable RowFilter. |
class |
FilterListAdapter
Adapts a FilterList into either a RowFilter with chaining or interleaving.
|
class |
FirstKeyOnlyFilterAdapter
Adapter for FirstKeyOnlyFilter to RowFilter.
|
class |
FuzzyRowFilterAdapter
An adapter for
FuzzyRowFilter. |
class |
KeyOnlyFilterAdapter
An adapter for KeyOnlyFilter to a Bigtable strip_value_transform.
|
class |
MultipleColumnPrefixFilterAdapter
An adapter to transform an HBase MultipleColumnPrefixFilter into a Bigtable RowFilter with each
column prefix in an interleaved stream.
|
class |
MultiRowRangeFilterAdapter
Adapter for
MultiRowRangeFilter, it converts the filter into an index scan hint
For internal use only - public for technical reasons. |
class |
PageFilterAdapter
A TypedFilterAdapter for adapting PageFilter instances.
|
class |
PrefixFilterAdapter
Adapter for HBase
PrefixFilter instances. |
class |
QualifierFilterAdapter
Adapter for qualifier filters.
|
class |
RandomRowFilterAdapter
Adapter for
RandomRowFilter
For internal use only - public for technical reasons. |
class |
RowFilterAdapter
An adapter for row key filters using comparators and operators.
|
class |
SingleColumnValueExcludeFilterAdapter
Adapter for the
SingleColumnValueFilter
For internal use only - public for technical reasons. |
class |
SingleColumnValueFilterAdapter
Adapt SingleColumnValueFilter instances into bigtable RowFilters.
|
class |
TimestampRangeFilterAdapter
Converts a
TimestampRangeFilter into a Cloud Bigtable Filters.Filter. |
class |
TimestampsFilterAdapter
Convert a TimestampsFilter into a RowFilter containing interleaved timestamp range filters.
|
class |
ValueFilterAdapter
Adapt a single HBase ValueFilter.
|
class |
WhileMatchFilterAdapter
Adapter for
WhileMatchFilter. |