Uses of Class
org.xcmis.search.lucene.index.TransactionLogException

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 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.
 File ReadWriteDirectoryFactory.createFile(File dir, String fileName, int dirCount)
          Create file with locking of dirCount parent directories.
 Set<String> TransactionLog.getAddedList()
          Returns set of added uuid.
 Set<String> CompositeTransactionLog.getAddedList()
          Returns set of added uuid.
 Set<String> FileSystemTransactionLog.getAddedList()
          Returns set of added uuid.
 Set<String> TransactionLog.getRemovedList()
          Returns set of removed uuid.
 Set<String> CompositeTransactionLog.getRemovedList()
          Returns set of removed uuid.
 Set<String> FileSystemTransactionLog.getRemovedList()
          Returns set of removed uuid.
 List<TransactionLog> FSIndexTransactionService.getTransactionLogs()
           
 void TransactionLog.load()
          Load transaction from storage.
 void CompositeTransactionLog.load()
          Load transaction from storage.
 void FileSystemTransactionLog.load()
          Load transaction from storage.
 void TransactionLog.log()
          Log transaction to storage.
 void CompositeTransactionLog.log()
          Log transaction to storage.
 void FileSystemTransactionLog.log()
          Log transaction to storage.
 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 ReadWriteDirectoryFactory.removeDirectory(File dir, int dirCount)
          Try remove directory and parent directories.
 void TransactionLog.removeLog()
          Remove logged transaction from storage.
 void CompositeTransactionLog.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.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.