@InterfaceStability.Unstable
@InterfaceAudience.Private
public interface ProxyComparator<KEY>
extends org.apache.hadoop.io.RawComparator
Modifier and Type | Method and Description |
---|---|
int |
getProxy(KEY key)
This comparator interface provides a fast-path for comparisons between keys.
|
compare, equals
int getProxy(KEY key)
key
- Copyright © 2016 Apache Software Foundation. All rights reserved.