Class | Description |
---|---|
ByteStreamStateHandle |
A state handle that contains stream state in a byte array.
|
MemCheckpointStreamFactory |
CheckpointStreamFactory that produces streams that write to in-memory byte arrays. |
MemCheckpointStreamFactory.MemoryCheckpointOutputStream |
A
CheckpointStateOutputStream that writes into a byte array. |
MemoryStateBackend |
A
AbstractStateBackend that stores all its data and checkpoints in memory and has no
capabilities to spill to disk. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.