|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotRemoveException | |
---|---|
org.jgroups.persistence | Provides features for storing information to a database or file. |
Uses of CannotRemoveException in org.jgroups.persistence |
---|
Methods in org.jgroups.persistence that throw CannotRemoveException | |
---|---|
void |
FilePersistenceManager.clear()
Clears the complete NV state from the DB |
void |
DBPersistenceManager.clear()
Clears the key-cache as well as all entries |
void |
PersistenceManager.clear()
Deprecated. Clears the complete NV state from the DB |
java.io.Serializable |
FilePersistenceManager.remove(java.io.Serializable key)
Remove existing NV from being persisted |
java.io.Serializable |
DBPersistenceManager.remove(java.io.Serializable key)
Removes existing entry. |
java.io.Serializable |
PersistenceManager.remove(java.io.Serializable key)
Deprecated. Remove existing NV from being persisted |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |