|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionLogException | |
|---|---|
| org.xcmis.search.lucene.index | |
| Uses of TransactionLogException in org.xcmis.search.lucene.index |
|---|
| Methods in org.xcmis.search.lucene.index that throw TransactionLogException | |
|---|---|
File |
ReadWriteDirectoryFactory.createFile(File dir,
String fileName,
int dirCount)
Create file with locking of dirCount parent directories. |
File |
ReentrantDirectoryFactory.createFile(File dir,
String fileName,
int dirCount)
Create file with locking of dirCount parent directories. |
File |
ConcurrentDirectoryFactory.createFile(File dir,
String filename,
int dirCount)
Create file with locking of dirCount parent directories. |
Set<String> |
CompositeTransactionLog.getAddedList()
Returns set of added uuid. |
Set<String> |
TransactionLog.getAddedList()
Returns set of added uuid. |
Set<String> |
FileSystemTransactionLog.getAddedList()
Returns set of added uuid. |
Set<String> |
CompositeTransactionLog.getRemovedList()
Returns set of removed uuid. |
Set<String> |
TransactionLog.getRemovedList()
Returns set of removed uuid. |
Set<String> |
FileSystemTransactionLog.getRemovedList()
Returns set of removed uuid. |
List<TransactionLog> |
FSIndexTransactionService.getTransactionLogs()
|
void |
CompositeTransactionLog.load()
Load transaction from storage. |
void |
TransactionLog.load()
Load transaction from storage. |
void |
FileSystemTransactionLog.load()
Load transaction from storage. |
void |
CompositeTransactionLog.log()
Log transaction to storage. |
void |
TransactionLog.log()
Log transaction to storage. |
void |
FileSystemTransactionLog.log()
Log transaction to storage. |
void |
ReadWriteDirectoryFactory.removeDirectory(File dir,
int dirCount)
Try remove directory and parent directories. |
void |
ReentrantDirectoryFactory.removeDirectory(File dir,
int dirCount)
Try remove directory and parent directories. |
void |
ConcurrentDirectoryFactory.removeDirectory(File dir,
int dirCount)
Try remove directory and parent directories. |
void |
CompositeTransactionLog.removeLog()
Remove logged transaction from storage. |
void |
TransactionLog.removeLog()
Remove logged transaction from storage. |
void |
FileSystemTransactionLog.removeLog()
Remove logged transaction from storage. |
| Constructors in org.xcmis.search.lucene.index that throw TransactionLogException | |
|---|---|
CompositeTransactionLog(Collection<TransactionLog> logs)
Constructor. |
|
FileSystemTransactionLog(File srcFile,
FSIndexTransactionService storage)
Constructor for recovery case. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||