Uses of Class
org.jgroups.persistence.CannotRemoveException
-
Packages that use CannotRemoveException Package Description 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 Modifier and Type Method Description voidDBPersistenceManager. clear()Clears the key-cache as well as all entriesvoidFilePersistenceManager. clear()Clears the complete NV state from the DBvoidPersistenceManager. clear()Clears the complete NV state from the DBjava.io.SerializableDBPersistenceManager. remove(java.io.Serializable key)Removes existing entry.java.io.SerializableFilePersistenceManager. remove(java.io.Serializable key)Remove existing NV from being persistedjava.io.SerializablePersistenceManager. remove(java.io.Serializable key)Remove existing NV from being persisted
-