Uses of Class
org.apache.flink.runtime.state.RegisteredStateMetaInfoBase.Key
-
Packages that use RegisteredStateMetaInfoBase.Key Package Description org.apache.flink.contrib.streaming.state org.apache.flink.runtime.state -
-
Uses of RegisteredStateMetaInfoBase.Key in org.apache.flink.contrib.streaming.state
Method parameters in org.apache.flink.contrib.streaming.state with type arguments of type RegisteredStateMetaInfoBase.Key Modifier and Type Method Description static void
RocksDBIncrementalCheckpointUtils. exportColumnFamilies(org.rocksdb.RocksDB db, List<org.rocksdb.ColumnFamilyHandle> columnFamilyHandles, List<RegisteredStateMetaInfoBase> registeredStateMetaInfoBases, Path exportBasePath, Map<RegisteredStateMetaInfoBase.Key,List<org.rocksdb.ExportImportFilesMetaData>> resultOutput)
Exports the data of the given column families in the given DB. -
Uses of RegisteredStateMetaInfoBase.Key in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return RegisteredStateMetaInfoBase.Key Modifier and Type Method Description RegisteredStateMetaInfoBase.Key
RegisteredStateMetaInfoBase. asMapKey()
Returns a wrapper that can be used as a key inMap
.
-