Uses of Interface
com.google.cloud.bigtable.hbase.adapters.filters.TypedFilterAdapter
-
Packages that use TypedFilterAdapter Package Description com.google.cloud.bigtable.hbase.adapters.filters -
-
Uses of TypedFilterAdapter in com.google.cloud.bigtable.hbase.adapters.filters
Classes in com.google.cloud.bigtable.hbase.adapters.filters that implement TypedFilterAdapter Modifier and Type Class and Description class
BigtableFilterAdapter
Converts aBigtableFilter
to aRowFilter
.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 singleFamilyFilter
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 forFuzzyRowFilter
.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 forMultiRowRangeFilter
, it converts the filter into an index scan hintclass
PageFilterAdapter
A TypedFilterAdapter for adapting PageFilter instances.class
PrefixFilterAdapter
Adapter for HBasePrefixFilter
instances.class
QualifierFilterAdapter
Adapter for qualifier filters.class
RandomRowFilterAdapter
Adapter forRandomRowFilter
class
RowFilterAdapter
An adapter for row key filters using comparators and operators.class
SingleColumnValueExcludeFilterAdapter
Adapter for theSingleColumnValueFilter
class
SingleColumnValueFilterAdapter
Adapt SingleColumnValueFilter instances into bigtable RowFilters.class
TimestampRangeFilterAdapter
Converts aTimestampRangeFilter
into a Cloud BigtableFilters.Filter
.class
TimestampsFilterAdapter
Convert a TimestampsFilter into a RowFilter containing interleaved timestamp range filters.class
TypedFilterAdapterBase<S extends Filter>
Base functionality for all filter adaptersclass
ValueFilterAdapter
Adapt a single HBase ValueFilter.class
WhileMatchFilterAdapter
Adapter forWhileMatchFilter
.Constructors in com.google.cloud.bigtable.hbase.adapters.filters with parameters of type TypedFilterAdapter 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.
-