Uses of Class
com.wavefront.agent.histogram.Granularity
-
Packages that use Granularity Package Description com.wavefront.agent com.wavefront.agent.handlers com.wavefront.agent.histogram -
-
Uses of Granularity in com.wavefront.agent
Methods in com.wavefront.agent with parameters of type Granularity Modifier and Type Method Description protected void
PushAgent. startHistogramListeners(List<String> ports, ReportableEntityHandler<wavefront.report.ReportPoint,String> pointHandler, SharedGraphiteHostAnnotator hostAnnotator, Granularity granularity, int flushSecs, boolean memoryCacheEnabled, File baseDirectory, Long accumulatorSize, int avgKeyBytes, int avgDigestBytes, short compression, boolean persist, SpanSampler sampler)
-
Uses of Granularity in com.wavefront.agent.handlers
Constructors in com.wavefront.agent.handlers with parameters of type Granularity Constructor Description HistogramAccumulationHandlerImpl(HandlerKey handlerKey, Accumulator digests, int blockedItemsPerBatch, Granularity granularity, com.wavefront.api.agent.ValidationConfiguration validationConfig, boolean isHistogramInput, Consumer<Long> receivedRateSink, Logger blockedItemLogger, Logger validItemsLogger)
Creates a new instance -
Uses of Granularity in com.wavefront.agent.histogram
Methods in com.wavefront.agent.histogram that return Granularity Modifier and Type Method Description static Granularity
Granularity. fromMillis(long millis)
static Granularity
Granularity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Granularity[]
Granularity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.wavefront.agent.histogram with parameters of type Granularity Modifier and Type Method Description static String
HistogramUtils. granularityToString(Granularity granularity)
Convert granularity to string.static HistogramKey
HistogramUtils. makeKey(wavefront.report.ReportPoint point, Granularity granularity)
Constructors in com.wavefront.agent.histogram with parameters of type Granularity Constructor Description PointHandlerDispatcher(Accumulator digests, ReportableEntityHandler<wavefront.report.ReportPoint,String> output, com.wavefront.common.TimeProvider clock, Supplier<Boolean> histogramDisabled, Integer dispatchLimit, Granularity granularity)
-