Uses of Class
org.apache.flink.state.rocksdb.RocksDBKeyedStateBackend
-
Packages that use RocksDBKeyedStateBackend Package Description org.apache.flink.state.rocksdb -
-
Uses of RocksDBKeyedStateBackend in org.apache.flink.state.rocksdb
Fields in org.apache.flink.state.rocksdb 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.state.rocksdb that return RocksDBKeyedStateBackend Modifier and Type Method Description RocksDBKeyedStateBackend<K>RocksDBKeyedStateBackendBuilder. build()Constructors in org.apache.flink.state.rocksdb 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.
-