@PublicEvolving public interface StateSnapshotContext extends FunctionSnapshotContext
Modifier and Type | Method and Description |
---|---|
KeyedStateCheckpointOutputStream |
getRawKeyedOperatorStateOutput()
Returns an output stream for keyed state
|
OperatorStateCheckpointOutputStream |
getRawOperatorStateOutput()
Returns an output stream for operator state
|
getCheckpointId, getCheckpointTimestamp
KeyedStateCheckpointOutputStream getRawKeyedOperatorStateOutput() throws Exception
Exception
OperatorStateCheckpointOutputStream getRawOperatorStateOutput() throws Exception
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.