Uses of Class
org.jgroups.persistence.CannotPersistException
Packages that use CannotPersistException
Package
Description
Provides features for storing information to a database or file.
-
Uses of CannotPersistException in org.jgroups.persistence
Methods in org.jgroups.persistence that throw CannotPersistExceptionModifier and TypeMethodDescriptionvoid
DBPersistenceManager.save
(Serializable key, Serializable val) Saves NV pair as serializable object; creates if new, stores new state if already exists.void
FilePersistenceManager.save
(Serializable key, Serializable val) Save new NV pair as serializable objects or if already exist; store new statevoid
PersistenceManager.save
(Serializable key, Serializable val) Save new NV pair as serializable objects or if already exist; store new statevoid
Saves all row entries for the map to DB.void
Use to store a complete map into persistent statevoid
Use to store a complete map into persistent state