| Class | Description |
|---|---|
| Allocation |
Represents a Decentralized Allocation Tree (DAT) node.
|
| ProgressEventHandler |
Handles
ProgressEvents by accumulating an overall progress and keeping track of which
Allocations are complete. |
| ProgressEventHandler.Update |
Contains the accumulated progress and which "leaf" tasks are not yet complete.
|
| ThrottledAccumulatingConsumer |
Wraps a
Consumer<Long> so that multiple consume calls (ThrottledAccumulatingConsumer.accept(java.lang.Long)) within a short
period of time are merged into a single later call with the value accumulated up to that point. |
Copyright © 2019. All rights reserved.