Package org.apache.flink.state.forst
Class ForStIterateOperation
java.lang.Object
org.apache.flink.state.forst.ForStIterateOperation
- All Implemented Interfaces:
ForStDBOperation
The iterate operation implementation for ForStDB, which leverages rocksdb's iterator directly.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprocess()Process the ForStDB access requests.intThe count of sub-processes.
-
Field Details
-
CACHE_SIZE_LIMIT
public static final int CACHE_SIZE_LIMIT- See Also:
-
-
Method Details
-
process
Description copied from interface:ForStDBOperationProcess the ForStDB access requests.- Specified by:
processin interfaceForStDBOperation- Returns:
- The future which indicates whether the operation is completed.
-
subProcessCount
public int subProcessCount()Description copied from interface:ForStDBOperationThe count of sub-processes. Each sub-process is an atomic operation in one single thread.- Specified by:
subProcessCountin interfaceForStDBOperation- Returns:
- the count.
-