Uses of Interface
com.atlassian.confluence.search.IndexTask

Packages that use IndexTask
com.atlassian.confluence.plugins.edgeindex.lucene.tasks   
com.atlassian.confluence.search.lucene   
com.atlassian.confluence.search.lucene.queue   
com.atlassian.confluence.search.lucene.tasks   
 

Uses of IndexTask in com.atlassian.confluence.plugins.edgeindex.lucene.tasks
 

Subinterfaces of IndexTask in com.atlassian.confluence.plugins.edgeindex.lucene.tasks
 interface EdgeIndexTask
           
 

Classes in com.atlassian.confluence.plugins.edgeindex.lucene.tasks that implement IndexTask
 class AddEdgeDocumentIndexTask
           
 class DeleteEdgeDocumentIndexTask
           
 class DeleteEdgeTargetingDocumentIndexTask
           
 class DeleteEdgeTypeByUserDocumentIndexTask
           
 class ReIndexPermissionsIndexTask
           
 

Uses of IndexTask in com.atlassian.confluence.search.lucene
 

Methods in com.atlassian.confluence.search.lucene that return types with arguments of type IndexTask
 java.util.List<IndexTask> IndexTaskQueue.flushQueue()
          Flush the contents of the queue, returning those elements currently queued as the result.
 java.util.List<IndexTask> IndexTaskQueue.flushQueue(int numberOfEntries)
          Flush the contents of the queue, returning those elements currently queued as the result.
 java.util.List<IndexTask> IndexTaskQueue.getQueuedEntries()
          Retrieve a list of all of the queued entries.
 

Methods in com.atlassian.confluence.search.lucene with parameters of type IndexTask
 void IndexTaskQueue.enqueue(IndexTask task)
          Add a new task to this queue.
 

Method parameters in com.atlassian.confluence.search.lucene with type arguments of type IndexTask
 void IndexTaskQueue.enqueueAll(java.util.Collection<IndexTask> tasks)
          Add a collection of tasks to this queue.
 

Uses of IndexTask in com.atlassian.confluence.search.lucene.queue
 

Methods in com.atlassian.confluence.search.lucene.queue that return types with arguments of type IndexTask
 java.util.List<IndexTask> InMemoryIndexTaskQueue.flushQueue()
           
 java.util.List<IndexTask> DatabaseIndexTaskQueue.flushQueue()
           
 java.util.List<IndexTask> InMemoryIndexTaskQueue.flushQueue(int numberOfEntries)
          Returns ALL entries in the queue.
 java.util.List<IndexTask> DatabaseIndexTaskQueue.flushQueue(int maxEntries)
           
 java.util.List<IndexTask> InMemoryIndexTaskQueue.getQueuedEntries()
           
 java.util.List<IndexTask> DatabaseIndexTaskQueue.getQueuedEntries()
          Retrieve the list of index tasks currently queued.
 java.util.List<IndexTask> InMemoryIndexTaskQueue.getQueuedEntries(int size)
           
 

Methods in com.atlassian.confluence.search.lucene.queue with parameters of type IndexTask
 void InMemoryIndexTaskQueue.enqueue(IndexTask task)
           
 void DatabaseIndexTaskQueue.enqueue(IndexTask task)
          Add a new index task to the queue.
 

Method parameters in com.atlassian.confluence.search.lucene.queue with type arguments of type IndexTask
 void InMemoryIndexTaskQueue.enqueueAll(java.util.Collection<IndexTask> tasks)
           
 void DatabaseIndexTaskQueue.enqueueAll(java.util.Collection<IndexTask> tasks)
          Add a collection of index tasks to the queue.
 

Uses of IndexTask in com.atlassian.confluence.search.lucene.tasks
 

Subinterfaces of IndexTask in com.atlassian.confluence.search.lucene.tasks
 interface ConfluenceIndexTask
          An index task that will perform writing to the index.
 

Classes in com.atlassian.confluence.search.lucene.tasks that implement IndexTask
 class AddChangeDocumentIndexTask
          Responsible for removing and adding a change document for versioned content to the index.
 class AddDocumentIndexTask
          Adds a searchable to the index.
 class BulkWriteIndexTask
          Performs a bulk write of the specified write tasks.
 class DeleteChangeDocumentsIndexTask
          Removes all change documents for a particular searchable.
 class DeleteDocumentIndexTask
          Index task that removes a searchable from the index.
 class NoOpIndexTask
          Represents a no operation index task.
 class OptimizeIndexTask
          Deprecated. since 5.2. Optimize index (i.e. force merging to 1 segment is no longer required) CONFDEV-16098
 class RebuildChangeDocumentsIndexTask
          Responsible for rebuilding all change document(s) for a searchable (removing change documents for all versions of the searchable and then adding them back).
 class UnIndexSpaceIndexTask
          Task to unindex a space.
 class UpdateDocumentIndexTask
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.