@InternalApi(value="For internal usage only") public class FilterAdapterHelper extends Object
For internal use only - public for technical reasons.
| Modifier and Type | Field and Description |
|---|---|
static com.google.bigtable.v2.RowFilter |
ACCEPT_ALL_FILTER
A RowFilter that will match all cells.
|
| Constructor and Description |
|---|
FilterAdapterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractRegexPattern(org.apache.hadoop.hbase.filter.RegexStringComparator comparator)
Extract a regular expression from a RegexStringComparator.
|
static String |
getSingleFamilyName(FilterAdapterContext context)
Extract a single family name from a FilterAdapterContext.
|
public static final com.google.bigtable.v2.RowFilter ACCEPT_ALL_FILTER
public static String getSingleFamilyName(FilterAdapterContext context)
context - a FilterAdapterContext
object.String object.