public abstract class FilterComparator extends Object
ScanFilter
comparators.
These comparators are used by scan filters.
Subclasses are guaranteed to be immutable and are thus
thread-safe as well as usable concurrently on multiple
Scanner
instances.
Constructor and Description |
---|
FilterComparator() |
Modifier and Type | Method and Description |
---|---|
protected ComparatorPB.Comparator |
toProtobuf(com.google.protobuf.ByteString comparator)
Wraps the passed in serialized FilterComparator in a protobuf Comparator.
|
protected final ComparatorPB.Comparator toProtobuf(com.google.protobuf.ByteString comparator)
comparator
- serialized FilterComparator.Copyright © 2010-2017, The Async HBase Authors