RowFilterAdapter (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.hbase.adapters.filters

Class RowFilterAdapter

  • All Implemented Interfaces:
    TypedFilterAdapter<RowFilter>


    public class RowFilterAdapter
    extends TypedFilterAdapterBase<RowFilter>
    An adapter for row key filters using comparators and operators.

    Note that regular expression comparators are passed as is. This means some users may need to modify their queries to adhere to the RE2 syntax.

    Currently only the regular expression operator with the EQUAL operator is supported.

    Version:
    $Id: $Id
    Author:
    sduskis
    • Constructor Detail

      • RowFilterAdapter

        public RowFilterAdapter()