Class ChannelStateWriter.ChannelStateWriteResult
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult
-
- Enclosing interface:
- ChannelStateWriter
public static class ChannelStateWriter.ChannelStateWriteResult extends Object
Channel state write result.
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelStateWriter.ChannelStateWriteResult
EMPTY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fail(Throwable e)
CompletableFuture<Collection<InputChannelStateHandle>>
getInputChannelStateHandles()
CompletableFuture<Collection<ResultSubpartitionStateHandle>>
getResultSubpartitionStateHandles()
boolean
isDone()
void
waitForDone()
-
-
-
Field Detail
-
EMPTY
public static final ChannelStateWriter.ChannelStateWriteResult EMPTY
-
-
Method Detail
-
getInputChannelStateHandles
public CompletableFuture<Collection<InputChannelStateHandle>> getInputChannelStateHandles()
-
getResultSubpartitionStateHandles
public CompletableFuture<Collection<ResultSubpartitionStateHandle>> getResultSubpartitionStateHandles()
-
fail
public void fail(Throwable e)
-
isDone
public boolean isDone()
-
waitForDone
@VisibleForTesting public void waitForDone()
-
-