Interface ForStDBOperation

  • All Known Implementing Classes:
    ForStGeneralMultiGetOperation, ForStWriteBatchOperation

    @Internal
    public interface ForStDBOperation
    Data access operation to ForStDB. This interface is used to encapsulate the DB access operations formed after grouping state access. For more information about “Grouping state access”, please refer to FLIP-426.
    • Method Detail

      • process

        CompletableFuture<Void> process()
        Process the ForStDB access requests.
        Returns:
        The future which indicates whether the operation is completed.