-
public class QueueStatistics.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public BooleanDEBUGpublic BooleanTRACK_TIMESpublic final static QueueStatistics.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OrderedJsonObjectgetStatistics()final BooleangetDEBUG()Whether specific per-queue statistics should be kept. final UnitsetDEBUG(@JvmField() Boolean DEBUG)Whether specific per-queue statistics should be kept. final BooleangetTRACK_TIMES()Whether queue dwell times should be tracked. final UnitsetTRACK_TIMES(@JvmField() Boolean TRACK_TIMES)Whether queue dwell times should be tracked. -
-
Method Detail
-
getStatistics
final OrderedJsonObject getStatistics()
-
setDEBUG
final Unit setDEBUG(@JvmField() Boolean DEBUG)
Whether specific per-queue statistics should be kept.
-
getTRACK_TIMES
final Boolean getTRACK_TIMES()
Whether queue dwell times should be tracked.
-
setTRACK_TIMES
final Unit setTRACK_TIMES(@JvmField() Boolean TRACK_TIMES)
Whether queue dwell times should be tracked.
-
-
-
-