-
public final class TaskScheduler.Status
-
-
Field Summary
Fields Modifier and Type Field Description private DoublepagesThroughputRateprivate DoublebytesThoRateprivate IntegerreadyFetchItemsprivate IntegerpendingFetchItems
-
Constructor Summary
Constructors Constructor Description TaskScheduler.Status(Double pagesThroughputRate, Double bytesThoRate, Integer readyFetchItems, Integer pendingFetchItems)
-
Method Summary
Modifier and Type Method Description final DoublegetPagesThroughputRate()final UnitsetPagesThroughputRate(Double pagesThroughputRate)final DoublegetBytesThoRate()final UnitsetBytesThoRate(Double bytesThoRate)final IntegergetReadyFetchItems()final UnitsetReadyFetchItems(Integer readyFetchItems)final IntegergetPendingFetchItems()final UnitsetPendingFetchItems(Integer pendingFetchItems)-
-
Method Detail
-
getPagesThroughputRate
final Double getPagesThroughputRate()
-
setPagesThroughputRate
final Unit setPagesThroughputRate(Double pagesThroughputRate)
-
getBytesThoRate
final Double getBytesThoRate()
-
setBytesThoRate
final Unit setBytesThoRate(Double bytesThoRate)
-
getReadyFetchItems
final Integer getReadyFetchItems()
-
setReadyFetchItems
final Unit setReadyFetchItems(Integer readyFetchItems)
-
getPendingFetchItems
final Integer getPendingFetchItems()
-
setPendingFetchItems
final Unit setPendingFetchItems(Integer pendingFetchItems)
-
-
-
-