Uses of Interface
org.jgroups.persistence.PersistenceManager
-
Packages that use PersistenceManager Package Description org.jgroups.persistence Provides features for storing information to a database or file. -
-
Uses of PersistenceManager in org.jgroups.persistence
Classes in org.jgroups.persistence that implement PersistenceManager Modifier and Type Class Description class
DBPersistenceManager
Class will be utilizedclass
FilePersistenceManager
Methods in org.jgroups.persistence that return PersistenceManager Modifier and Type Method Description PersistenceManager
PersistenceFactory. createManager()
Reads the default properties and creates a persistencemanager The default properties are picked up from the $USER_HOME or from the classpath.PersistenceManager
PersistenceFactory. createManager(java.lang.String filePath)
Duplicated signature to create PersistenceManager to allow user to provide property path.Methods in org.jgroups.persistence with parameters of type PersistenceManager Modifier and Type Method Description void
PersistenceFactory. registerManager(PersistenceManager manager)
Register a custom persistence manager as opposed to theFilePersistenceManager
orDBPersistenceManager
.
-