public class GroupingShuffleReaderFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> GroupingShuffleReader<K,V> |
create(PipelineOptions options,
CloudObject spec,
Coder<WindowedValue<KV<K,Iterable<V>>>> coder,
ExecutionContext executionContext) |
public static <K,V> GroupingShuffleReader<K,V> create(PipelineOptions options, CloudObject spec, Coder<WindowedValue<KV<K,Iterable<V>>>> coder, ExecutionContext executionContext) throws Exception
Exception