Package | Description |
---|---|
io.fabric8.partition | |
io.fabric8.partition.internal | |
io.fabric8.partition.internal.profile |
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItemRepository.readWorkItem(String location) |
Modifier and Type | Method and Description |
---|---|
void |
Worker.assign(TaskContext context,
Set<WorkItem> workItems)
Start processing the assigned
WorkItem items of the specified task. |
void |
Worker.release(TaskContext context,
Set<WorkItem> workItems)
Stop processing the assigned
WorkItem items of the specified task. |
Modifier and Type | Class and Description |
---|---|
class |
WorkItemImpl |
Modifier and Type | Method and Description |
---|---|
WorkItem |
BaseWorkItemRepository.readWorkItem(String location) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingWorker.assign(TaskContext context,
Set<WorkItem> workItems) |
void |
LoggingWorker.release(TaskContext context,
Set<WorkItem> workItems) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileTemplateWorker.assign(TaskContext context,
Set<WorkItem> workItems) |
void |
ProfileTemplateWorker.release(TaskContext context,
Set<WorkItem> workItems) |
Copyright © 2011–2014 Red Hat. All rights reserved.