|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexTransaction | |
|---|---|
| org.xcmis.search.lucene.index | |
| Uses of IndexTransaction in org.xcmis.search.lucene.index |
|---|
| Subinterfaces of IndexTransaction in org.xcmis.search.lucene.index | |
|---|---|
interface |
LoggedIndexTransaction<D>
Created by The eXo Platform SAS. |
| Classes in org.xcmis.search.lucene.index that implement IndexTransaction | |
|---|---|
class |
LoggedIndexTransactionImpl
|
class |
LuceneIndexTransaction
Created by The eXo Platform SAS. |
| Methods in org.xcmis.search.lucene.index that return IndexTransaction | |
|---|---|
IndexTransaction<org.apache.lucene.document.Document> |
LuceneIndexTransaction.apply(IndexTransactionModificationReport report)
Remove modifications f |
IndexTransaction<org.apache.lucene.document.Document> |
LoggedIndexTransactionImpl.apply(IndexTransactionModificationReport report)
|
IndexTransaction<D> |
IndexTransaction.apply(IndexTransactionModificationReport report)
Remove modifications f |
| Methods in org.xcmis.search.lucene.index with parameters of type IndexTransaction | |
|---|---|
LuceneIndexDataManager |
IndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<D> changes)
|
LuceneIndexDataManager |
PersistentIndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<org.apache.lucene.document.Document> changes)
|
LuceneIndexDataManager |
InMemoryIndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<org.apache.lucene.document.Document> changes)
|
IndexTransactionModificationReport |
IndexDataKeeper.save(IndexTransaction<D> changes)
Saves the IndexTransaction from this storage |
IndexTransactionModificationReport |
TransactionableIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
Saves the IndexTransaction from this storage |
IndexTransactionModificationReport |
StartableIndexingService.save(IndexTransaction<org.apache.lucene.document.Document> changes)
|
IndexTransactionModificationReport |
ReducibleInMemoryIndexDataKeeper.save(IndexTransaction<org.apache.lucene.document.Document> changes)
Saves the IndexTransaction from this storage |
IndexTransactionModificationReport |
PersistedIndex.save(IndexTransaction<org.apache.lucene.document.Document> changes)
Saves the IndexTransaction from this storage |
IndexTransactionModificationReport |
LocalStorageIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
|
IndexTransactionModificationReport |
LocalIndexDataManagerProxy.save(IndexTransaction<org.apache.lucene.document.Document> changes)
Saves the IndexTransaction from this storage |
IndexTransactionModificationReport |
CacheableIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
Saves the IndexTransaction from this storage |
| Constructors in org.xcmis.search.lucene.index with parameters of type IndexTransaction | |
|---|---|
LoggedIndexTransactionImpl(IndexTransaction<org.apache.lucene.document.Document> indexTransaction,
TransactionLog transactionLog)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||