@PublicEvolving public final class OperatorStateCheckpointOutputStream extends NonClosingCheckpointOutputStream<OperatorStateHandle>
delegate
Constructor and Description |
---|
OperatorStateCheckpointOutputStream(CheckpointStreamFactory.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.
|
public OperatorStateCheckpointOutputStream(CheckpointStreamFactory.CheckpointStateOutputStream delegate) throws IOException
IOException
public void startNewPartition() throws IOException
IOException
public int getNumberOfPartitions()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.