Uses of Class
org.apache.flink.state.forst.sync.ForStSyncKeyedStateBackend
Packages that use ForStSyncKeyedStateBackend
-
Uses of ForStSyncKeyedStateBackend in org.apache.flink.state.forst.sync
Fields in org.apache.flink.state.forst.sync declared as ForStSyncKeyedStateBackendModifier and TypeFieldDescriptionprotected ForStSyncKeyedStateBackend<K>AbstractForStSyncState.backendBackend that holds the actual RocksDB instance where we store state.Methods in org.apache.flink.state.forst.sync that return ForStSyncKeyedStateBackendConstructors in org.apache.flink.state.forst.sync with parameters of type ForStSyncKeyedStateBackendModifierConstructorDescriptionprotectedAbstractForStSyncState(org.forstdb.ColumnFamilyHandle columnFamily, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<V> valueSerializer, V defaultValue, ForStSyncKeyedStateBackend<K> backend) Creates a new RocksDB backed state.