@Published(tag="architect") public class Progress extends Object
コンストラクタと説明 |
---|
Progress(double tps,
Date estimatedEndTime,
long remainingCount)
TPSと推定終了時間を元にオブジェクトを構築する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Date |
getEstimatedEndTime()
終了予測時間を返す。
|
long |
getRemainingCount()
残り件数を返す。
|
double |
getTps()
TPSを返す。
|
public Progress(double tps, Date estimatedEndTime, long remainingCount)
tps
- TPSestimatedEndTime
- 推定終了時間remainingCount
- 残り件数public double getTps()
public Date getEstimatedEndTime()
public long getRemainingCount()