public final class SubstringComparator extends FilterComparator
Only EQUAL and NOT_EQUAL comparisons are valid with this comparator.
Modifier and Type | Field and Description |
---|---|
static int |
kSubstringComparator |
Constructor and Description |
---|
SubstringComparator(String substr) |
Modifier and Type | Method and Description |
---|---|
protected String |
getName() |
protected com.google.protobuf.ByteString |
getState() |
String |
substring() |
String |
toString() |
toComparatorProto, toProtobuf
public static final int kSubstringComparator
public SubstringComparator(String substr)
public String substring()
protected com.google.protobuf.ByteString getState()
getState
in class FilterComparator
protected String getName()
getName
in class FilterComparator
Copyright ? 2010-2016, The Async HBase Authors