-
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public class InternalDebug
Warning: Everything in here is to support internal testing, and is subject to change without notice. DO NOT USE!
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerspanBatchSizeSendTriggerPointprivate LongworkerSleepMsprivate LongdropSpansOlderThanMsprivate IntegerpValueExpireAfterMspublic final static InternalDebugINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetSpanBatchSizeSendTriggerPoint()final UnitsetSpanBatchSizeSendTriggerPoint(Integer spanBatchSizeSendTriggerPoint)final LonggetWorkerSleepMs()The maximum amount of time the worker thread will sleep without a wake()final UnitsetWorkerSleepMs(Long workerSleepMs)The maximum amount of time the worker thread will sleep without a wake()final LonggetDropSpansOlderThanMs()final UnitsetDropSpansOlderThanMs(Long dropSpansOlderThanMs)final IntegergetPValueExpireAfterMs()final UnitsetPValueExpireAfterMs(Integer pValueExpireAfterMs)-
-
Method Detail
-
getSpanBatchSizeSendTriggerPoint
final Integer getSpanBatchSizeSendTriggerPoint()
-
setSpanBatchSizeSendTriggerPoint
final Unit setSpanBatchSizeSendTriggerPoint(Integer spanBatchSizeSendTriggerPoint)
-
getWorkerSleepMs
final Long getWorkerSleepMs()
The maximum amount of time the worker thread will sleep without a
wake()
-
setWorkerSleepMs
final Unit setWorkerSleepMs(Long workerSleepMs)
The maximum amount of time the worker thread will sleep without a
wake()
-
getDropSpansOlderThanMs
final Long getDropSpansOlderThanMs()
-
setDropSpansOlderThanMs
final Unit setDropSpansOlderThanMs(Long dropSpansOlderThanMs)
-
getPValueExpireAfterMs
final Integer getPValueExpireAfterMs()
-
setPValueExpireAfterMs
final Unit setPValueExpireAfterMs(Integer pValueExpireAfterMs)
-
-
-
-