Uses of Class
org.jgroups.persistence.CannotRetrieveException
-
Packages that use CannotRetrieveException Package Description org.jgroups.persistence Provides features for storing information to a database or file. -
-
Uses of CannotRetrieveException in org.jgroups.persistence
Methods in org.jgroups.persistence that throw CannotRetrieveException Modifier and Type Method Description java.util.Map
DBPersistenceManager. retrieveAll()
Used to retrieve the persisted map back to its last known statejava.util.Map
FilePersistenceManager. retrieveAll()
Gives back the Map in last known statejava.util.Map
PersistenceManager. retrieveAll()
Gives back the Map in last known state
-