Uses of Interface
com.wavefront.agent.handlers.SenderTaskFactory
-
Packages that use SenderTaskFactory Package Description com.wavefront.agent com.wavefront.agent.handlers -
-
Uses of SenderTaskFactory in com.wavefront.agent
Methods in com.wavefront.agent with parameters of type SenderTaskFactory Modifier and Type Method Description protected void
PushAgent. startDeltaCounterListener(String strPort, SharedGraphiteHostAnnotator hostAnnotator, SenderTaskFactory senderTaskFactory, SpanSampler sampler)
-
Uses of SenderTaskFactory in com.wavefront.agent.handlers
Classes in com.wavefront.agent.handlers that implement SenderTaskFactory Modifier and Type Class Description class
SenderTaskFactoryImpl
Factory forSenderTask
objects.Constructors in com.wavefront.agent.handlers with parameters of type SenderTaskFactory Constructor Description ReportableEntityHandlerFactoryImpl(SenderTaskFactory senderTaskFactory, int blockedItemsPerBatch, com.wavefront.api.agent.ValidationConfiguration validationConfig, Logger blockedPointsLogger, Logger blockedHistogramsLogger, Logger blockedSpansLogger, Function<wavefront.report.Histogram,wavefront.report.Histogram> histogramRecompressor, EntityPropertiesFactory entityPropertiesFactory)
Create new instance.
-