public class WorkAllocations extends water.Iced<WorkAllocations>
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkAllocations.JobType |
static class |
WorkAllocations.Work |
| Constructor and Description |
|---|
WorkAllocations() |
| Modifier and Type | Method and Description |
|---|---|
WorkAllocations.Work |
getAllocation(java.lang.String id,
IAlgo algo) |
WorkAllocations.Work[] |
getAllocations(java.util.function.Predicate<WorkAllocations.Work> predicate) |
java.lang.String |
toString() |
public WorkAllocations.Work getAllocation(java.lang.String id, IAlgo algo)
public WorkAllocations.Work[] getAllocations(java.util.function.Predicate<WorkAllocations.Work> predicate)
public java.lang.String toString()
toString in class java.lang.Object