Frames | No Frames |
Classes implementing org.jgroups.persistence.PersistenceManager | |
class | Class will be utilized
|
class |
Methods with parameter type org.jgroups.persistence.PersistenceManager | |
void | Register a custom persistence manager as opposed to the
FilePersistenceManager or DBPersistenceManager . |
Methods with return type org.jgroups.persistence.PersistenceManager | |
PersistenceManager | 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(String filePath) Duplicated signature to create PersistenceManager to allow user to
provide property path. |