Interface ClearOps
- All Known Subinterfaces:
CommonTestKitOps<S,,P> PersistenceTestKitOps<S,P>
- All Known Implementing Classes:
PersistenceTestKit,SnapshotTestKit
public interface ClearOps
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearAll()Clear all data from the storage.voidclearByPersistenceId(String persistenceId) 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
Clear all data from the storage for particular persistence id.NOTE! Also clears sequence number in the storage!
-