Uses of Class
com.wavefront.agent.histogram.Utils.Granularity
-
Packages that use Utils.Granularity Package Description com.wavefront.agent com.wavefront.agent.handlers com.wavefront.agent.histogram -
-
Uses of Utils.Granularity in com.wavefront.agent
Methods in com.wavefront.agent with parameters of type Utils.Granularity Modifier and Type Method Description protected void
PushAgent. startHistogramListeners(Iterator<String> ports, ReportableEntityHandler<wavefront.report.ReportPoint> pointHandler, SharedGraphiteHostAnnotator hostAnnotator, Utils.Granularity granularity, int flushSecs, boolean memoryCacheEnabled, File baseDirectory, Long accumulatorSize, int avgKeyBytes, int avgDigestBytes, short compression)
-
Uses of Utils.Granularity in com.wavefront.agent.handlers
Constructors in com.wavefront.agent.handlers with parameters of type Utils.Granularity Constructor Description HistogramAccumulationHandlerImpl(String handle, Accumulator digests, int blockedItemsPerBatch, long ttlMillis, Utils.Granularity granularity, short compression, Supplier<com.wavefront.api.agent.ValidationConfiguration> validationConfig, boolean isHistogramInput)
Creates a new instance -
Uses of Utils.Granularity in com.wavefront.agent.histogram
Methods in com.wavefront.agent.histogram that return Utils.Granularity Modifier and Type Method Description static Utils.Granularity
Utils.Granularity. fromMillis(long millis)
static Utils.Granularity
Utils.Granularity. fromString(String granularityName)
static Utils.Granularity
Utils.Granularity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Utils.Granularity[]
Utils.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 Utils.Granularity Modifier and Type Method Description static String
Utils.Granularity. granularityToString(Utils.Granularity granularity)
static Utils.HistogramKey
Utils. makeKey(wavefront.report.ReportPoint point, Utils.Granularity granularity)
Constructors in com.wavefront.agent.histogram with parameters of type Utils.Granularity Constructor Description PointHandlerDispatcher(Accumulator digests, ReportableEntityHandler<wavefront.report.ReportPoint> output, Integer dispatchLimit, Utils.Granularity granularity)
-