public static class ProgressEventHandler.Update extends Object
Allocations are not yet complete.| Modifier and Type | Method and Description |
|---|---|
double |
getProgress()
Gets the overall progress, with
1.0 meaning fully complete. |
com.google.common.collect.ImmutableList<Allocation> |
getUnfinishedAllocations()
Gets a list of the unfinished
Allocations in the order in which those Allocations were encountered. |
public double getProgress()
1.0 meaning fully complete.public com.google.common.collect.ImmutableList<Allocation> getUnfinishedAllocations()
Allocations in the order in which those Allocations were encountered.AllocationsCopyright © 2019. All rights reserved.