Package | Description |
---|---|
io.druid.indexing.overlord |
Modifier and Type | Method and Description |
---|---|
boolean |
TaskQueue.add(Task task)
Adds some work to the queue and the underlying task storage facility with a generic "running" status.
|
void |
TaskStorage.insert(Task task,
TaskStatus status)
Adds a task to the storage facility with a particular status.
|
void |
HeapMemoryTaskStorage.insert(Task task,
TaskStatus status) |
void |
DbTaskStorage.insert(Task task,
TaskStatus status) |
Copyright © 2015. All rights reserved.