Uses of Interface
com.atlassian.bamboo.index.IndexerContext

Packages that use IndexerContext
com.atlassian.bamboo.index   
 

Uses of IndexerContext in com.atlassian.bamboo.index
 

Fields in com.atlassian.bamboo.index declared as IndexerContext
protected  IndexerContext AbstractIndexer.IndexAllCallable.indexerContext
           
 

Methods in com.atlassian.bamboo.index that return IndexerContext
 IndexerContext IndexerContextBuilder.build()
           
 IndexerContext IndexerService.createNewIndexerContext(com.atlassian.bonnie.ILuceneConnection connection)
          Create new default indexer context.
 IndexerContext IndexerServiceImpl.createNewIndexerContext(com.atlassian.bonnie.ILuceneConnection connection)
           
protected  IndexerContext AbstractIndexer.getDefaultIndexerContext()
           
protected  IndexerContext AbstractIndexer.lockIndexerQueue()
           
 IndexerContext IndexerService.lockIndexerQueue(com.atlassian.bonnie.ILuceneConnection connection)
          Lock indexer and return a context that will allow executing operations while indexer is locked.
 IndexerContext IndexerServiceImpl.lockIndexerQueue(com.atlassian.bonnie.ILuceneConnection connection)
           
 

Methods in com.atlassian.bamboo.index with parameters of type IndexerContext
 com.google.common.util.concurrent.ListenableFuture IndexerService.addDocument(IndexerContext indexerContext, org.apache.lucene.document.Document document)
          Submit add document request
 com.google.common.util.concurrent.ListenableFuture IndexerServiceImpl.addDocument(IndexerContext indexerContext, org.apache.lucene.document.Document document)
           
 com.google.common.util.concurrent.ListenableFuture IndexerService.addDocuments(IndexerContext indexerContext, java.lang.Iterable<org.apache.lucene.document.Document> documents)
          Submit add documents request
 com.google.common.util.concurrent.ListenableFuture IndexerServiceImpl.addDocuments(IndexerContext indexerContext, java.lang.Iterable<org.apache.lucene.document.Document> documents)
           
 com.google.common.util.concurrent.ListenableFuture IndexerService.batchUpdate(IndexerContext indexerContext, IndexerTask task)
          Submit batch update request
 com.google.common.util.concurrent.ListenableFuture IndexerServiceImpl.batchUpdate(IndexerContext indexerContext, IndexerTask task)
           
 com.google.common.util.concurrent.ListenableFuture IndexerService.deleteDocuments(IndexerContext indexerContext, org.apache.lucene.index.Term term)
          Submit delete documents request
 com.google.common.util.concurrent.ListenableFuture IndexerServiceImpl.deleteDocuments(IndexerContext indexerContext, org.apache.lucene.index.Term term)
           
 void IndexerService.flushAndUnlockIndexerQueue(IndexerContext indexerContext)
          Unlock indexer and submit for execution all operations that were queued while index was locked
protected  void AbstractIndexer.flushAndUnlockIndexerQueue(IndexerContext indexerContext)
           
 void IndexerServiceImpl.flushAndUnlockIndexerQueue(IndexerContext indexerContext)
           
<T> java.util.List<T>
IndexerService.getMatchingDocuments(IndexerContext indexerContext, IndexSearcherTask<T> task)
          Submit a custom search task for execution
<T> java.util.List<T>
IndexerServiceImpl.getMatchingDocuments(IndexerContext indexerContext, IndexSearcherTask<T> innerTask)
           
 java.util.List<org.apache.lucene.document.Document> IndexerService.getMatchingDocuments(IndexerContext indexerContext, org.apache.lucene.search.Query query)
          Submit a document search query
 java.util.List<org.apache.lucene.document.Document> IndexerServiceImpl.getMatchingDocuments(IndexerContext indexerContext, org.apache.lucene.search.Query query)
           
 com.google.common.util.concurrent.ListenableFuture IndexerService.recreateIndexDirectory(IndexerContext indexerContext)
          Submit recreate index directory request
 com.google.common.util.concurrent.ListenableFuture IndexerServiceImpl.recreateIndexDirectory(IndexerContext indexerContext)
           
 com.google.common.util.concurrent.ListenableFuture IndexerService.updateDocument(IndexerContext indexerContext, org.apache.lucene.index.Term term, org.apache.lucene.document.Document document)
          Submit update document request
 com.google.common.util.concurrent.ListenableFuture IndexerServiceImpl.updateDocument(IndexerContext indexerContext, org.apache.lucene.index.Term term, org.apache.lucene.document.Document document)
           
 

Constructors in com.atlassian.bamboo.index with parameters of type IndexerContext
AbstractIndexer.FlushAndUnlockIndexerQueueCallback(int tasksToProcess, IndexerContext indexerContext)
           
AbstractIndexer.IndexAllCallable(IndexerContext indexerContext)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.