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 classDBPersistenceManagerClass will be utilizedclassFilePersistenceManagerMethods in org.jgroups.persistence that return PersistenceManager Modifier and Type Method Description PersistenceManagerPersistenceFactory. createManager()Reads the default properties and creates a persistencemanager The default properties are picked up from the $USER_HOME or from the classpath.PersistenceManagerPersistenceFactory. 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 voidPersistenceFactory. registerManager(PersistenceManager manager)Register a custom persistence manager as opposed to theFilePersistenceManagerorDBPersistenceManager.
-