Uses of Class
org.apache.flink.state.rocksdb.RocksDBKeyedStateBackend
Packages that use RocksDBKeyedStateBackend
-
Uses of RocksDBKeyedStateBackend in org.apache.flink.state.rocksdb
Fields in org.apache.flink.state.rocksdb declared as RocksDBKeyedStateBackendModifier and TypeFieldDescriptionprotected RocksDBKeyedStateBackend<K>AbstractRocksDBState.backendBackend that holds the actual RocksDB instance where we store state.Methods in org.apache.flink.state.rocksdb that return RocksDBKeyedStateBackendConstructors in org.apache.flink.state.rocksdb with parameters of type RocksDBKeyedStateBackendModifierConstructorDescriptionprotectedAbstractRocksDBState(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.