@PublicEvolving public final class OperatorStateCheckpointOutputStream extends NonClosingCheckpointOutputStream<OperatorStateHandle>
delegate| Constructor and Description |
|---|
OperatorStateCheckpointOutputStream(CheckpointStateOutputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfPartitions() |
void |
startNewPartition()
User code can call this method to signal that it begins to write a new partition of operator
state.
|
acquireLease, close, flush, write, write, writepublic OperatorStateCheckpointOutputStream(CheckpointStateOutputStream delegate) throws IOException
IOExceptionpublic void startNewPartition()
throws IOException
IOExceptionpublic int getNumberOfPartitions()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.