IN1
- The type of the records that arrive on the first inputIN2
- The type of the records that arrive on the second input@Internal public final class StreamTwoInputProcessor<IN1,IN2> extends Object implements StreamInputProcessor
TwoInputStreamTask
.AvailabilityProvider.AvailabilityHelper
AVAILABLE
Constructor and Description |
---|
StreamTwoInputProcessor(TwoInputSelectionHandler inputSelectionHandler,
StreamOneInputProcessor<IN1> processor1,
StreamOneInputProcessor<IN2> processor2) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
CompletableFuture<?> |
getAvailableFuture() |
CompletableFuture<Void> |
prepareSnapshot(ChannelStateWriter channelStateWriter,
long checkpointId) |
InputStatus |
processInput()
In case of two and more input processors this method must call
InputSelectable.nextSelection() to choose which input to consume from next. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isApproximatelyAvailable, isAvailable, or
public StreamTwoInputProcessor(TwoInputSelectionHandler inputSelectionHandler, StreamOneInputProcessor<IN1> processor1, StreamOneInputProcessor<IN2> processor2)
public CompletableFuture<?> getAvailableFuture()
getAvailableFuture
in interface AvailabilityProvider
public InputStatus processInput() throws Exception
StreamInputProcessor
InputSelectable.nextSelection()
to choose which input to consume from next.processInput
in interface StreamInputProcessor
AvailabilityProvider.getAvailableFuture()
.Exception
public CompletableFuture<Void> prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) throws IOException
prepareSnapshot
in interface StreamInputProcessor
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.