Interface PersistenceManager

All Known Implementing Classes:
DBPersistenceManager, FilePersistenceManager

public interface PersistenceManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears the complete NV state from the DB
    Remove existing NV from being persisted
    Gives back the Map in last known state
    void
    Save new NV pair as serializable objects or if already exist; store new state
    void
    saveAll(Map map)
    Use to store a complete map into persistent state
    void
    Used to handle shutdown call the PersistenceManager implementation.