OUT - The output type of the operatorpublic interface StatefulStreamOperator<OUT> extends StreamOperator<OUT>
StreamOperator.ChainingStrategy| Modifier and Type | Method and Description |
|---|---|
void |
confirmCheckpointCompleted(long checkpointId,
long timestamp) |
Serializable |
getStateSnapshotFromFunction(long checkpointId,
long timestamp) |
void |
restoreInitialState(Serializable state) |
close, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupvoid restoreInitialState(Serializable state) throws Exception
ExceptionSerializable getStateSnapshotFromFunction(long checkpointId, long timestamp) throws Exception
ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.