K - the type of key of the partitionT - the type of data being subdividedpublic interface Partitioned<K,T>
| Modifier and Type | Method and Description |
|---|---|
<I> Partitioned<K,I> |
map(SerializableFunction<T,I> f) |
<P> Partitioned<List,T> |
partitionBy(PartitionFunction<T,P> f) |
<R extends Serializable> |
reduce(SerializableFunction<Iterable<T>,R> f) |
<P> Partitioned<List,T> partitionBy(PartitionFunction<T,P> f)
<I> Partitioned<K,I> map(SerializableFunction<T,I> f)
<R extends Serializable> Map<K,R> reduce(SerializableFunction<Iterable<T>,R> f) throws IOException
IOExceptionCopyright © 2015. All rights reserved.