Interface Persister
public interface Persister
-
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:
-