Package | Description |
---|---|
org.jgroups.persistence |
Provides features for storing information to a database or file.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.clear()
Deprecated.
Clears the complete NV state from the DB
|
void |
FilePersistenceManager.clear()
Clears the complete NV state from the DB
|
void |
DBPersistenceManager.clear()
Clears the key-cache as well as all entries
|
Serializable |
PersistenceManager.remove(Serializable key)
Deprecated.
Remove existing NV from being persisted
|
Serializable |
FilePersistenceManager.remove(Serializable key)
Remove existing NV from being persisted
|
Serializable |
DBPersistenceManager.remove(Serializable key)
Removes existing entry.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.