Interface InputProgressMeter
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglongdefault doubledefault doubledefault Stringdefault doublelonglonglong
-
Method Details
-
getProgressName
String getProgressName() -
getStartedAtMillis
long getStartedAtMillis() -
getMinInputCycle
long getMinInputCycle() -
getCurrentInputCycle
long getCurrentInputCycle() -
getMaxInputCycle
long getMaxInputCycle() -
getRecyclesCurrent
long getRecyclesCurrent() -
getRecyclesMax
long getRecyclesMax() -
getProgressSummary
-
getProgressRatio
default double getProgressRatio() -
getProgressTotal
default double getProgressTotal() -
getProgressETAMillis
default double getProgressETAMillis()
-