|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.lucene.index.CompositeTransactionLog
public class CompositeTransactionLog
Created by The eXo Platform SAS.
Date:
| Constructor Summary | |
|---|---|
CompositeTransactionLog(Collection<TransactionLog> logs)
Constructor. |
|
| Method Summary | |
|---|---|
Set<String> |
getAddedList()
Returns set of added uuid. |
Set<String> |
getRemovedList()
Returns set of removed uuid. |
void |
load()
Load transaction from storage. |
void |
log()
Log transaction to storage. |
void |
removeLog()
Remove logged transaction from storage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeTransactionLog(Collection<TransactionLog> logs)
throws TransactionLogException
logs - - collection of Transaction Logs.
TransactionLogException| Method Detail |
|---|
public Set<String> getAddedList()
throws TransactionLogException
getAddedList in interface TransactionLogTransactionLogException
public Set<String> getRemovedList()
throws TransactionLogException
getRemovedList in interface TransactionLogTransactionLogException
public void load()
throws TransactionLogException
load in interface TransactionLogTransactionLogException - - on load transaction log exception.
public void log()
throws TransactionLogException
log in interface TransactionLogTransactionLogException - - on log transaction log exception.
public void removeLog()
throws TransactionLogException
removeLog in interface TransactionLogTransactionLogException - - on remove transaction log exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||