public interface Converter<K1 extends org.apache.hadoop.io.Writable,V1 extends org.apache.hadoop.io.Writable,K2 extends org.apache.hadoop.io.Writable,V2 extends org.apache.hadoop.io.Writable>
Modifier and Type | Method and Description |
---|---|
void |
convert(K1 k1,
V1 v1) |
boolean |
hasNext() |
Pair<K2,V2> |
next() |
void |
setBlockSize(int rl,
int cl) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.