public static class ChannelStateWriter.ChannelStateWriteResult extends Object
Modifier and Type | Field and Description |
---|---|
static ChannelStateWriter.ChannelStateWriteResult |
EMPTY |
Modifier and Type | Method and Description |
---|---|
void |
fail(Throwable e) |
CompletableFuture<Collection<InputChannelStateHandle>> |
getInputChannelStateHandles() |
CompletableFuture<Collection<ResultSubpartitionStateHandle>> |
getResultSubpartitionStateHandles() |
boolean |
isDone() |
void |
waitForDone() |
public static final ChannelStateWriter.ChannelStateWriteResult EMPTY
public CompletableFuture<Collection<InputChannelStateHandle>> getInputChannelStateHandles()
public CompletableFuture<Collection<ResultSubpartitionStateHandle>> getResultSubpartitionStateHandles()
public void fail(Throwable e)
public boolean isDone()
@VisibleForTesting public void waitForDone()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.