Uses of Class
org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend
-
Packages that use RocksDBKeyedStateBackend Package Description org.apache.flink.contrib.streaming.state -
-
Uses of RocksDBKeyedStateBackend in org.apache.flink.contrib.streaming.state
Fields in org.apache.flink.contrib.streaming.state declared as RocksDBKeyedStateBackend Modifier and Type Field Description protected RocksDBKeyedStateBackend<K>AbstractRocksDBState. backendBackend that holds the actual RocksDB instance where we store state.Methods in org.apache.flink.contrib.streaming.state that return RocksDBKeyedStateBackend Modifier and Type Method Description RocksDBKeyedStateBackend<K>RocksDBKeyedStateBackendBuilder. build()Constructors in org.apache.flink.contrib.streaming.state with parameters of type RocksDBKeyedStateBackend Constructor Description AbstractRocksDBState(org.rocksdb.ColumnFamilyHandle columnFamily, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<V> valueSerializer, V defaultValue, RocksDBKeyedStateBackend<K> backend)Creates a new RocksDB backed state.
-