Package com.google.cloud.tools.jib.event.progress
-
Class Summary Class Description Allocation Represents a Decentralized Allocation Tree (DAT) node.ProgressEventHandler HandlesProgressEvent
s by accumulating an overall progress and keeping track of whichAllocation
s are complete.ProgressEventHandler.Update Contains the accumulated progress and which "leaf" tasks are not yet complete.ThrottledAccumulatingConsumer Wraps aConsumer<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.