@Internal public interface ESTask extends IndexTask, ConvertibleToJournalEntry
Modifier and Type | Method and Description |
---|---|
ESTask |
order(long order)
Set order of the task used for optimistic concurrency control
|
void |
perform(ESIndexRequestProcessor processor)
Perform this task with the specified ES Task processor.
|
getDescription
convertToJournalEntry
void perform(ESIndexRequestProcessor processor)
processor
- a bulk processorESTask order(long order)
order
- a monotonic increasing order of the taskCopyright © 2003–2017 Atlassian. All rights reserved.