Package | Description |
---|---|
io.fabric8.partition | |
io.fabric8.partition.internal | |
io.fabric8.partition.internal.profile |
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItemRepository.readWorkItem(java.lang.String location) |
Modifier and Type | Method and Description |
---|---|
void |
Worker.assign(TaskContext context,
java.util.Set<WorkItem> workItems)
Start processing the assigned
WorkItem items of the specified task. |
void |
Worker.release(TaskContext context,
java.util.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(java.lang.String location) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingWorker.assign(TaskContext context,
java.util.Set<WorkItem> workItems) |
void |
LoggingWorker.release(TaskContext context,
java.util.Set<WorkItem> workItems) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileTemplateWorker.assign(TaskContext context,
java.util.Set<WorkItem> workItems) |
void |
ProfileTemplateWorker.release(TaskContext context,
java.util.Set<WorkItem> workItems) |
Copyright © 2014 Red Hat. All Rights Reserved.