public class ShuffleSinkFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> ShuffleSink<T> |
create(PipelineOptions options,
CloudObject spec,
Coder<WindowedValue<T>> coder,
ExecutionContext executionContext,
CounterSet.AddCounterMutator addCounterMutator) |
public static <T> ShuffleSink<T> create(PipelineOptions options, CloudObject spec, Coder<WindowedValue<T>> coder, ExecutionContext executionContext, CounterSet.AddCounterMutator addCounterMutator) throws Exception
Exception