public class RollingCounterDescriptor extends MetricDescriptor
TimeStampedRollingCounter
object.Modifier and Type | Class and Description |
---|---|
static class |
RollingCounterDescriptor.RollingCounterDescriptorBuilder
Counter descriptor builder object, which requires that only arguments
that are mandatory for the construction of a
RollingCounterDescriptor be specified during its own construction. |
MetricDescriptor.MetricDescriptorBuilder<T extends MetricDescriptor>, MetricDescriptor.SummaryIntervalMinutes, MetricDescriptor.Type
DEFAULT_TAG
Modifier and Type | Method and Description |
---|---|
Long |
getPrimingValue()
Gets the priming value for the
TimeStampedRollingCounter . |
void |
setPrimingValue(Long toSet)
Sets the priming value for the
TimeStampedRollingCounter . |
String |
toDebugString()
Gets a detailed representation of this object to facilitate debugging.
|
compareTo, equals, getAppId, getDescription, getName, getPersist, getPrimaryTag, getPublishToJmx, getSecondaryTag, getSummaryMinutes, getType, hashCode, setAppId, setSummaryMinutes, toString, uniqueName
public Long getPrimingValue()
TimeStampedRollingCounter
.public void setPrimingValue(Long toSet)
TimeStampedRollingCounter
.toSet
- priming valuepublic String toDebugString()
MetricDescriptor
toDebugString
in class MetricDescriptor
Copyright © 2015. All Rights Reserved.