Class ForStIterateOperation

java.lang.Object
org.apache.flink.state.forst.ForStIterateOperation
All Implemented Interfaces:
ForStDBOperation

public class ForStIterateOperation extends Object implements ForStDBOperation
The iterate operation implementation for ForStDB, which leverages rocksdb's iterator directly.
  • Field Details

  • Method Details

    • process

      public CompletableFuture<Void> process()
      Description copied from interface: ForStDBOperation
      Process the ForStDB access requests.
      Specified by:
      process in interface ForStDBOperation
      Returns:
      The future which indicates whether the operation is completed.
    • subProcessCount

      public int subProcessCount()
      Description copied from interface: ForStDBOperation
      The count of sub-processes. Each sub-process is an atomic operation in one single thread.
      Specified by:
      subProcessCount in interface ForStDBOperation
      Returns:
      the count.