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