public abstract static class AbstractStateBackend.CheckpointStateOutputStream extends OutputStream
StreamStateHandle when closed.| Constructor and Description |
|---|
CheckpointStateOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract StreamStateHandle |
closeAndGetHandle()
Closes the stream and gets a state handle that can create an input stream
producing the data written to this stream.
|
public abstract StreamStateHandle closeAndGetHandle() throws IOException
IOException - Thrown, if the stream cannot be closed.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.