Package | Description |
---|---|
org.jgroups.persistence |
Provides features for storing information to a database or file.
|
Modifier and Type | Class and Description |
---|---|
class |
DBPersistenceManager
Class will be utilized
|
class |
FilePersistenceManager |
Modifier and Type | Method and Description |
---|---|
PersistenceManager |
PersistenceFactory.createManager()
Deprecated.
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)
Deprecated.
Duplicated signature to create PersistenceManager to allow user to
provide property path.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceFactory.registerManager(PersistenceManager manager)
Deprecated.
Register a custom persistence manager as opposed to the
FilePersistenceManager or DBPersistenceManager . |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.