Package | Description |
---|---|
org.jgroups.persistence |
Provides features for storing information to a database or file.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.save(Serializable key,
Serializable val)
Deprecated.
Save new NV pair as serializable objects or if already exist; store
new state
|
void |
FilePersistenceManager.save(Serializable key,
Serializable val)
Save new NV pair as serializable objects or if already exist; store
new state
|
void |
DBPersistenceManager.save(Serializable key,
Serializable val)
Saves NV pair as serializable object;
creates if new, stores new state if already exists.
|
void |
PersistenceManager.saveAll(Map map)
Deprecated.
Use to store a complete map into persistent state
|
void |
FilePersistenceManager.saveAll(Map map)
Use to store a complete map into persistent state
|
void |
DBPersistenceManager.saveAll(Map map)
Saves all row entries for the map to DB.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.