Package org.apache.flink.state.forst
Class ForStGeneralMultiGetOperation
java.lang.Object
org.apache.flink.state.forst.ForStGeneralMultiGetOperation
- All Implemented Interfaces:
ForStDBOperation
The general-purpose multiGet operation implementation for ForStDB, which simulates multiGet by
calling the Get API multiple times with multiple threads.
-
Method Summary
Modifier and TypeMethodDescriptionprocess()Process the ForStDB access requests.intThe count of sub-processes.
-
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.
-