public class OperatorSnapshotFutures extends Object
| Constructor and Description |
|---|
OperatorSnapshotFutures() |
OperatorSnapshotFutures(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateManagedFuture,
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateRawFuture,
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateManagedFuture,
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateRawFuture,
Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.InputChannelStateHandle>>> inputChannelStateFuture,
Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture) |
| Modifier and Type | Method and Description |
|---|---|
long |
cancel() |
Future<?>[] |
getAllFutures() |
Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.InputChannelStateHandle>>> |
getInputChannelStateFuture() |
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> |
getKeyedStateManagedFuture() |
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> |
getKeyedStateRawFuture() |
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> |
getOperatorStateManagedFuture() |
RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> |
getOperatorStateRawFuture() |
Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.ResultSubpartitionStateHandle>>> |
getResultSubpartitionStateFuture() |
void |
setInputChannelStateFuture(Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.InputChannelStateHandle>>> inputChannelStateFuture) |
void |
setKeyedStateManagedFuture(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateManagedFuture) |
void |
setKeyedStateRawFuture(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateRawFuture) |
void |
setOperatorStateManagedFuture(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateManagedFuture) |
void |
setOperatorStateRawFuture(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateRawFuture) |
void |
setResultSubpartitionStateFuture(Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture) |
public OperatorSnapshotFutures()
public OperatorSnapshotFutures(@Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateManagedFuture, @Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateRawFuture, @Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateManagedFuture, @Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateRawFuture, @Nonnull Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.InputChannelStateHandle>>> inputChannelStateFuture, @Nonnull Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture)
@Nonnull public RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> getKeyedStateManagedFuture()
public void setKeyedStateManagedFuture(@Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateManagedFuture)
@Nonnull public RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> getKeyedStateRawFuture()
public void setKeyedStateRawFuture(@Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> keyedStateRawFuture)
@Nonnull public RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> getOperatorStateManagedFuture()
public void setOperatorStateManagedFuture(@Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateManagedFuture)
@Nonnull public RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> getOperatorStateRawFuture()
public void setOperatorStateRawFuture(@Nonnull RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.OperatorStateHandle>> operatorStateRawFuture)
@Nonnull public Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.InputChannelStateHandle>>> getInputChannelStateFuture()
public void setInputChannelStateFuture(@Nonnull Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.InputChannelStateHandle>>> inputChannelStateFuture)
@Nonnull public Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.ResultSubpartitionStateHandle>>> getResultSubpartitionStateFuture()
public void setResultSubpartitionStateFuture(@Nonnull Future<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.checkpoint.StateObjectCollection<org.apache.flink.runtime.state.ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture)
public long cancel()
throws Exception
Exceptionpublic Future<?>[] getAllFutures()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.