cascading.tuple.hadoop
Class DeserializerComparator<T>
java.lang.Object
Configured
cascading.tuple.hadoop.DeserializerComparator<T>
- Direct Known Subclasses:
- GroupingComparator, ReverseTupleComparator, TupleComparator, TuplePairComparator
public abstract class DeserializerComparator<T>
- extends Configured
Class DeserializerComparator is the base class for all Cascading comparator classes.
|
Method Summary |
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
|
void |
setConf(Configuration conf)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeserializerComparator
public DeserializerComparator()
setConf
public void setConf(Configuration conf)
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.