Interface ClearOps

All Known Subinterfaces:
CommonTestKitOps<S,P>, PersistenceTestKitOps<S,P>
All Known Implementing Classes:
PersistenceTestKit, SnapshotTestKit

public interface ClearOps
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clear all data from the storage.
    void
    Clear all data from the storage for particular persistence id.
  • Method Details

    • clearAll

      void clearAll()
      Clear all data from the storage.

      NOTE! Also clears sequence numbers in storage!

    • clearByPersistenceId

      void clearByPersistenceId(String persistenceId)
      Clear all data from the storage for particular persistence id.

      NOTE! Also clears sequence number in the storage!