Uses of Class
org.apache.flink.state.forst.sync.ForStSyncKeyedStateBackend
-
Packages that use ForStSyncKeyedStateBackend Package Description org.apache.flink.state.forst.sync -
-
Uses of ForStSyncKeyedStateBackend in org.apache.flink.state.forst.sync
Fields in org.apache.flink.state.forst.sync declared as ForStSyncKeyedStateBackend Modifier and Type Field Description protected ForStSyncKeyedStateBackend<K>AbstractForStSyncState. backendBackend that holds the actual RocksDB instance where we store state.Methods in org.apache.flink.state.forst.sync that return ForStSyncKeyedStateBackend Modifier and Type Method Description ForStSyncKeyedStateBackend<K>ForStSyncKeyedStateBackendBuilder. build()Constructors in org.apache.flink.state.forst.sync with parameters of type ForStSyncKeyedStateBackend Constructor Description AbstractForStSyncState(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.
-