Class Progress
java.lang.Object
org.qubership.atp.dataset.migration.Progress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidincrement(double by) Increments progress by provided amount.static ProgresswithTimeThreshold(Consumer<Integer> progressConsumer, long totalItems) Wraps progress consumer into another one with 2 secs threshold between toggles.
-
Constructor Details
-
Progress
-
-
Method Details
-
withTimeThreshold
Wraps progress consumer into another one with 2 secs threshold between toggles. -
increment
public void increment(double by) Increments progress by provided amount.
-