@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
IOException
InterruptedException
void close()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.