public interface EdgeIndexTaskQueue
Modifier and Type | Method and Description |
---|---|
void |
enqueue(IndexTaskType indexTaskType,
ContentEntityObject target)
Add a new task to this queue.
|
void |
enqueue(IndexTaskType indexTaskType,
Edge edge)
Add a new task to this queue.
|
void |
processEntries(com.atlassian.fugue.Effect<EdgeIndexTask> action)
Apply the given action to contents of the queue.
|
void enqueue(IndexTaskType indexTaskType, Edge edge)
void enqueue(IndexTaskType indexTaskType, ContentEntityObject target)
void processEntries(com.atlassian.fugue.Effect<EdgeIndexTask> action)
action
- action to apply queue contentsCopyright © 2003–2015 Atlassian. All rights reserved.