Interface Persister


public interface Persister
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The clear the persister
    void
    commit(boolean forceCommit)
    Commit to data storage
    Takes the signal when the task to be done.
  • Method Details

    • commit

      void commit(boolean forceCommit)
      Commit to data storage
      Parameters:
      forceCommit -
    • clear

      void clear()
      The clear the persister
    • doneSignal

      CountDownLatch doneSignal()
      Takes the signal when the task to be done.
      Returns: