Class Filters.FamilyFilter (2.39.2)

public static final class Filters.FamilyFilter implements Serializable

Inheritance

java.lang.Object > Filters.FamilyFilter

Implements

Serializable

Methods

exactMatch(String value)

public Filters.Filter exactMatch(String value)

Matches only cells from columns whose families match the value.

Parameter
Name Description
value String
Returns
Type Description
Filters.Filter

regex(String regex)

public Filters.Filter regex(String regex)

Matches only cells from columns whose families satisfy the given RE2 regex. For technical reasons, the regex must not contain the : character, even if it is not being used as a literal. Note that, since column families cannot contain the new line character , it is sufficient to use . as a full wildcard when matching column family names.

Parameter
Name Description
regex String
Returns
Type Description
Filters.Filter