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 |
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 |
class |
RowFilterAdapter
An adapter for row key filters using comparators and operators.
|
class |
SingleColumnValueExcludeFilterAdapter
Adapter for the
SingleColumnValueFilter |
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 |
TypedFilterAdapterBase<S extends org.apache.hadoop.hbase.filter.Filter>
Base functionality for all filter adapters
|
class |
ValueFilterAdapter
Adapt a single HBase ValueFilter.
|
class |
WhileMatchFilterAdapter
Adapter for
WhileMatchFilter . |
Constructor and Description |
---|
SingleFilterAdapter(Class<T> filterClass,
TypedFilterAdapter<T> adapter)
Constructor for SingleFilterAdapter.
|
SingleFilterAdapter(Class<T> filterClass,
TypedFilterAdapter<T> adapter,
UnsupportedStatusCollector<T> unsupportedStatusCollector)
Constructor for SingleFilterAdapter.
|