Package org.apache.flink.state.forst
Class ForStWriteBatchOperation
java.lang.Object
org.apache.flink.state.forst.ForStWriteBatchOperation
- All Implemented Interfaces:
ForStDBOperation
The writeBatch operation implementation for ForStDB.
-
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.
-