| Package | Description |
|---|---|
| org.apache.flink.contrib.streaming.state |
| Class and Description |
|---|
| AbstractRocksDBState
Base class for
State implementations that store state in a RocksDB database. |
| OptionsFactory
A factory for
DBOptions to be passed to the RocksDBStateBackend. |
| PredefinedOptions
The
PredefinedOptions are configuration settings for the RocksDBStateBackend. |
| RocksDBKeyedStateBackend
A
AbstractKeyedStateBackend that stores its state in RocksDB and will serialize state to
streams provided by a CheckpointStreamFactory upon
checkpointing. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.