Package nablarch.fw.batch.progress
Class EstimatedEndTimeCalculator
java.lang.Object
nablarch.fw.batch.progress.EstimatedEndTimeCalculator
推定終了時間を求めるクラス。
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EstimatedEndTimeCalculator
public EstimatedEndTimeCalculator()
-
-
Method Details
-
calculate
推定終了時間を求める。- Parameters:
inputCount
- 処理対象件数processedCount
- 処理済み件数tps
- TPS- Returns:
- 推定終了時間
-