|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.transaction.local.LocalRecoveryManager
public class LocalRecoveryManager
The local transactions mode recovery manager which is used to trigger full recovery of all caches configured with local transaction mode.
Constructor Summary | |
---|---|
LocalRecoveryManager(TransactionIDFactory transactionIdFactory)
Create a LocalRecoveryManager instance |
Method Summary | |
---|---|
Set<TransactionID> |
getPreviouslyRecoveredTransactionIDs()
Get the set of transaction IDs collected by the previous recover() call |
Set<TransactionID> |
recover()
Run recovery on all registered local transaction stores. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalRecoveryManager(TransactionIDFactory transactionIdFactory)
transactionIdFactory
- the TransactionIDFactoryMethod Detail |
---|
public Set<TransactionID> recover()
public Set<TransactionID> getPreviouslyRecoveredTransactionIDs()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |