Uses of Interface
com.atlassian.confluence.plugins.edgeindex.lucene.tasks.EdgeIndexTask

Packages that use EdgeIndexTask
com.atlassian.confluence.plugins.edgeindex.lucene   
com.atlassian.confluence.plugins.edgeindex.lucene.tasks   
 

Uses of EdgeIndexTask in com.atlassian.confluence.plugins.edgeindex.lucene
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene that return EdgeIndexTask
 EdgeIndexTask EdgeIndexTaskFactory.createAddDocumentTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteDocumentTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteEdgeByTargetIdAndUserTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteEdgeTargetingDocumentTask(Edge edge)
           
 EdgeIndexTask EdgeIndexTaskFactory.createDeleteEdgeTargetingDocumentTask(java.lang.String targetId)
           
 EdgeIndexTask EdgeIndexTaskFactory.createReIndexPermissionsTask(Page page)
           
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene that return types with arguments of type EdgeIndexTask
 java.util.List<EdgeIndexTask> InMemoryEdgeIndexTaskQueue.flushQueue()
           
 java.util.List<EdgeIndexTask> EdgeIndexTaskQueue.flushQueue()
          Flush the contents of the queue, returning those elements currently queued as the result.
 java.util.List<EdgeIndexTask> InMemoryEdgeIndexTaskQueue.flushQueue(int numberOfEntries)
           
 java.util.List<EdgeIndexTask> EdgeIndexTaskQueue.flushQueue(int numberOfEntries)
          Flush the contents of the queue, returning those elements currently queued as the result.
 

Methods in com.atlassian.confluence.plugins.edgeindex.lucene with parameters of type EdgeIndexTask
 void InMemoryEdgeIndexTaskQueue.enqueue(EdgeIndexTask task)
           
 void EdgeIndexTaskQueue.enqueue(EdgeIndexTask task)
          Add a new task to this queue.
 

Method parameters in com.atlassian.confluence.plugins.edgeindex.lucene with type arguments of type EdgeIndexTask
 void InMemoryEdgeIndexTaskQueue.enqueueAll(java.util.Collection<EdgeIndexTask> tasks)
           
 void EdgeIndexTaskQueue.enqueueAll(java.util.Collection<EdgeIndexTask> tasks)
          Add a collection of tasks to this queue.
 

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

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

Constructor parameters in com.atlassian.confluence.plugins.edgeindex.lucene.tasks with type arguments of type EdgeIndexTask
BulkWriteIndexTask(java.lang.Iterable<EdgeIndexTask> writeIndexTasks)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.