public interface SystemMaintenanceTaskQueue
SystemMaintenanceTask
s.
Each task represents an operation to be performed on this node.Modifier and Type | Method and Description |
---|---|
void |
enqueue(SystemMaintenanceTask task)
Add a new task to this queue.
|
void |
processEntries()
Apply the given action to contents of the queue.
|
void enqueue(SystemMaintenanceTask task)
void processEntries()
MaintenanceTaskExecutionException
when processing an element, processing will be stopped immediately and the next call to processEntries
will start from the failing element. If any other exception type is thrown, the failed element will be
skipped, and processing will continue.Copyright © 2003–2021 Atlassian. All rights reserved.