Class InnerStoreCellComparator

java.lang.Object
org.apache.hadoop.hbase.CellComparatorImpl
org.apache.hadoop.hbase.InnerStoreCellComparator
All Implemented Interfaces:
Serializable, Comparator<Cell>, CellComparator

@Private @Evolving public class InnerStoreCellComparator extends CellComparatorImpl
Compare two HBase cells inner store, skip compare family for better performance. Important!!! we should not make fake cell with fake family which length greater than zero inner store, otherwise this optimization cannot be used.
See Also: