Uses of Interface
org.apache.flink.state.forst.ForStDBOperation
Packages that use ForStDBOperation
-
Uses of ForStDBOperation in org.apache.flink.state.forst
Classes in org.apache.flink.state.forst that implement ForStDBOperationModifier and TypeClassDescriptionclassThe general-purpose multiGet operation implementation for ForStDB, which simulates multiGet by calling the Get API multiple times with multiple threads.classThe iterate operation implementation for ForStDB, which leverages rocksdb's iterator directly.classThe writeBatch operation implementation for ForStDB.