| Package | Description |
|---|---|
| org.apache.flink.runtime.state.memory |
| Class and Description |
|---|
| AbstractMemState
Base class for partitioned
ListState implementations that are backed by a regular
heap hash map. |
| AbstractMemStateSnapshot
A snapshot of a
MemValueState for a checkpoint. |
| MemoryStateBackend
A
AbstractStateBackend that stores all its data and checkpoints in memory and has no
capabilities to spill to disk. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.