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, toProtobufpublic static final int kSubstringComparator
public SubstringComparator(String substr)
public String substring()
protected com.google.protobuf.ByteString getState()
getState in class FilterComparatorprotected String getName()
getName in class FilterComparatorCopyright ? 2010-2017, The Async HBase Authors