Uses of Class
org.jgroups.persistence.CannotRemoveException
Packages that use CannotRemoveException
Package
Description
Provides features for storing information to a database or file.
-
Uses of CannotRemoveException in org.jgroups.persistence
Methods in org.jgroups.persistence that throw CannotRemoveExceptionModifier and TypeMethodDescriptionvoid
DBPersistenceManager.clear()
Clears the key-cache as well as all entriesvoid
FilePersistenceManager.clear()
Clears the complete NV state from the DBvoid
PersistenceManager.clear()
Clears the complete NV state from the DBDBPersistenceManager.remove
(Serializable key) Removes existing entry.FilePersistenceManager.remove
(Serializable key) Remove existing NV from being persistedPersistenceManager.remove
(Serializable key) Remove existing NV from being persisted