Package | Description |
---|---|
org.apache.flink.streaming.runtime.io |
Constructor and Description |
---|
StreamMultipleInputProcessor(MultipleInputSelectionHandler inputSelectionHandler,
StreamOneInputProcessor<?>[] inputProcessors) |
StreamTwoInputProcessor(TwoInputSelectionHandler inputSelectionHandler,
StreamOneInputProcessor<IN1> processor1,
StreamOneInputProcessor<IN2> processor2) |
StreamTwoInputProcessor(TwoInputSelectionHandler inputSelectionHandler,
StreamOneInputProcessor<IN1> processor1,
StreamOneInputProcessor<IN2> processor2) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.