| Package | Description |
|---|---|
| io.druid.java.util.emitter.core | |
| io.druid.java.util.emitter.factory | |
| io.druid.java.util.emitter.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ComposingEmitter |
class |
HttpPostEmitter |
class |
LoggingEmitter |
class |
NoopEmitter |
class |
ParametrizedUriEmitter |
| Modifier and Type | Method and Description |
|---|---|
static Emitter |
Emitters.create(Properties props,
org.asynchttpclient.AsyncHttpClient httpClient,
Lifecycle lifecycle) |
static Emitter |
Emitters.create(Properties props,
org.asynchttpclient.AsyncHttpClient httpClient,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
Lifecycle lifecycle) |
| Constructor and Description |
|---|
ComposingEmitter(List<Emitter> emitters) |
| Modifier and Type | Method and Description |
|---|---|
Emitter |
NoopEmitterFactory.makeEmitter(Lifecycle lifecycle) |
Emitter |
ParametrizedUriEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.asynchttpclient.AsyncHttpClient httpClient,
Lifecycle lifecycle) |
Emitter |
NoopEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.asynchttpclient.AsyncHttpClient httpClient,
Lifecycle lifecycle) |
Emitter |
HttpEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.asynchttpclient.AsyncHttpClient httpClient,
Lifecycle lifecycle) |
Emitter |
EmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.asynchttpclient.AsyncHttpClient httpClient,
Lifecycle lifecycle) |
Emitter |
LoggingEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.asynchttpclient.AsyncHttpClient httpClient,
Lifecycle lifecycle) |
Emitter |
LoggingEmitterFactory.makeEmitter(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Lifecycle lifecycle) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceEmitter |
| Constructor and Description |
|---|
ServiceEmitter(String service,
String host,
Emitter emitter) |
ServiceEmitter(String service,
String host,
Emitter emitter,
com.google.common.collect.ImmutableMap<String,String> otherServiceDimensions) |
Copyright © 2011–2018. All rights reserved.