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 TypeMethodDescriptionvoidDBPersistenceManager.save(Serializable key, Serializable val) Saves NV pair as serializable object; creates if new, stores new state if already exists.voidFilePersistenceManager.save(Serializable key, Serializable val) Save new NV pair as serializable objects or if already exist; store new statevoidPersistenceManager.save(Serializable key, Serializable val) Save new NV pair as serializable objects or if already exist; store new statevoidSaves all row entries for the map to DB.voidUse to store a complete map into persistent statevoidUse to store a complete map into persistent state