| Interface | Description |
|---|---|
| OptionsFactory |
A factory for
DBOptions to be passed to the RocksDBStateBackend. |
| Class | Description |
|---|---|
| AbstractRocksDBState<K,N,S extends org.apache.flink.api.common.state.State,SD extends org.apache.flink.api.common.state.StateDescriptor<S,?>> |
Base class for
State implementations that store state in a RocksDB database. |
| RocksDBFoldingState<K,N,T,ACC> |
FoldingState implementation that stores state in RocksDB. |
| RocksDBListState<K,N,V> |
ListState implementation that stores state in RocksDB. |
| RocksDBReducingState<K,N,V> |
ReducingState implementation that stores state in RocksDB. |
| RocksDBStateBackend |
A
StateBackend that stores its state in RocksDB. |
| RocksDBValueState<K,N,V> |
ValueState implementation that stores state in RocksDB. |
| Enum | Description |
|---|---|
| PredefinedOptions |
The
PredefinedOptions are configuration settings for the RocksDBStateBackend. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.