Package org.onosproject.persistence.impl
Implementations of core persistence classes.
-
Class Summary Class Description DefaultPersistentMapBuilder<K,V> Default builder for persistent maps stored in the mapDB local database via the persistence service.DefaultPersistentSetBuilder<E> Default builder for persistent sets stored in the mapDB local database via the persistence service..PersistenceManager Service that maintains local disk backed maps and sets.PersistentMap<K,V> A map implementation that stores and receives all data from a serialized internal map.PersistentSet<E> A set implementation that gets and receives all data from a serialized internal set. -
Exception Summary Exception Description PersistenceException An exception defined for failures of the local persistent store system.