-
public final class BatchStat
-
-
Field Summary
Fields Modifier and Type Field Description private InstantstartTimeprivate final DurationelapsedTimeprivate final DurationtimePerPageprivate final DoublebytesPerPageprivate final DoublepagesPerSecondprivate final DoublebytesPerSecondprivate LongnumTasksSuccessprivate LongtotalSuccessBytes
-
Method Summary
Modifier and Type Method Description final InstantgetStartTime()final UnitsetStartTime(Instant startTime)final DurationgetElapsedTime()final DurationgetTimePerPage()final DoublegetBytesPerPage()final DoublegetPagesPerSecond()final DoublegetBytesPerSecond()final LonggetNumTasksSuccess()final UnitsetNumTasksSuccess(Long numTasksSuccess)final LonggetTotalSuccessBytes()final UnitsetTotalSuccessBytes(Long totalSuccessBytes)-
-
Method Detail
-
getStartTime
final Instant getStartTime()
-
setStartTime
final Unit setStartTime(Instant startTime)
-
getElapsedTime
final Duration getElapsedTime()
-
getTimePerPage
final Duration getTimePerPage()
-
getBytesPerPage
final Double getBytesPerPage()
-
getPagesPerSecond
final Double getPagesPerSecond()
-
getBytesPerSecond
final Double getBytesPerSecond()
-
getNumTasksSuccess
final Long getNumTasksSuccess()
-
setNumTasksSuccess
final Unit setNumTasksSuccess(Long numTasksSuccess)
-
getTotalSuccessBytes
final Long getTotalSuccessBytes()
-
setTotalSuccessBytes
final Unit setTotalSuccessBytes(Long totalSuccessBytes)
-
-
-
-