Uses of Interface
org.apache.druid.java.util.emitter.core.Emitter
Packages that use Emitter
Package
Description
-
Uses of Emitter in org.apache.druid.java.util.emitter.core
Classes in org.apache.druid.java.util.emitter.core that implement EmitterModifier and TypeClassDescriptionclassclassclassclassclassclassAn emitter than that offers the ability to direct an event to multiple emitters based on the event's feed.Methods in org.apache.druid.java.util.emitter.core that return EmitterModifier and TypeMethodDescriptionstatic EmitterEmitters.create(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, Lifecycle lifecycle) static EmitterEmitters.create(Properties props, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) Constructors in org.apache.druid.java.util.emitter.core with parameters of type EmitterModifierConstructorDescriptionConstructor for the SwitchingEmitterConstructor parameters in org.apache.druid.java.util.emitter.core with type arguments of type EmitterModifierConstructorDescriptionComposingEmitter(List<Emitter> emitters) Constructor for the SwitchingEmitter -
Uses of Emitter in org.apache.druid.java.util.emitter.factory
Methods in org.apache.druid.java.util.emitter.factory that return EmitterModifier and TypeMethodDescriptionEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) HttpEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) LoggingEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Lifecycle lifecycle) LoggingEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) NoopEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) NoopEmitterFactory.makeEmitter(Lifecycle lifecycle) ParametrizedUriEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.asynchttpclient.AsyncHttpClient httpClient, Lifecycle lifecycle) -
Uses of Emitter in org.apache.druid.java.util.emitter.service
Classes in org.apache.druid.java.util.emitter.service that implement EmitterConstructors in org.apache.druid.java.util.emitter.service with parameters of type EmitterModifierConstructorDescriptionServiceEmitter(String service, String host, Emitter emitter) ServiceEmitter(String service, String host, Emitter emitter, com.google.common.collect.ImmutableMap<String, String> otherServiceDimensions)