@InterfaceAudience.LimitedPrivate(value="mapreduce")
 @InterfaceStability.Unstable
public interface ShuffleConsumerPlugin<K,V>
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ShuffleConsumerPlugin.Context<K,V> | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | init(ShuffleConsumerPlugin.Context<K,V> context) | 
| RawKeyValueIterator | run() | 
void init(ShuffleConsumerPlugin.Context<K,V> context)
RawKeyValueIterator run() throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid close()
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.