|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotPersistException | |
---|---|
org.jgroups.persistence | Provides features for storing information to a database or file. |
Uses of CannotPersistException in org.jgroups.persistence |
---|
Methods in org.jgroups.persistence that throw CannotPersistException | |
---|---|
void |
FilePersistenceManager.save(java.io.Serializable key,
java.io.Serializable val)
Save new NV pair as serializable objects or if already exist; store new state |
void |
DBPersistenceManager.save(java.io.Serializable key,
java.io.Serializable val)
Saves NV pair as serializable object; creates if new, stores new state if already exists. |
void |
PersistenceManager.save(java.io.Serializable key,
java.io.Serializable val)
Deprecated. Save new NV pair as serializable objects or if already exist; store new state |
void |
FilePersistenceManager.saveAll(java.util.Map map)
Use to store a complete map into persistent state |
void |
DBPersistenceManager.saveAll(java.util.Map map)
Saves all row entries for the map to DB. |
void |
PersistenceManager.saveAll(java.util.Map map)
Deprecated. Use to store a complete map into persistent state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |