| Modifier and Type | Method and Description |
|---|---|
void |
AlarmCallback.initialize(Configuration config) |
| Modifier and Type | Field and Description |
|---|---|
static Configuration |
Configuration.EMPTY_CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
Configuration.deserializeFromJson(String json) |
Configuration |
ConfigurationRequest.filter(Configuration config)
Creates a new
configuration object containing only the
fields specified in this request object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationRequest.check(Configuration configuration) |
Configuration |
ConfigurationRequest.filter(Configuration config)
Creates a new
configuration object containing only the
fields specified in this request object. |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
MessageInput.configuration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
MessageInput.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
M |
MessageInput.Factory.create(Configuration configuration) |
| Constructor and Description |
|---|
MessageInput(com.codahale.metrics.MetricRegistry metricRegistry,
Configuration configuration,
Transport transport,
LocalMetricRegistry localRegistry,
Codec codec,
MessageInput.Config config,
MessageInput.Descriptor descriptor,
ServerStatus serverStatus) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
AbstractCodec.configuration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AbstractCodec.getConfiguration() |
Configuration |
Codec.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
C |
Codec.Factory.create(Configuration configuration) |
| Constructor and Description |
|---|
AbstractCodec(Configuration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
AbstractTcpTransport.configuration |
| Modifier and Type | Method and Description |
|---|---|
T |
Transport.Factory.create(Configuration configuration) |
| Constructor and Description |
|---|
AbstractTcpTransport(Configuration configuration,
ThroughputCounter throughputCounter,
LocalMetricRegistry localRegistry,
Executor bossPool,
Executor workerPool,
ConnectionCounter connectionCounter) |
GeneratorTransport(com.google.common.eventbus.EventBus eventBus,
Configuration configuration) |
NettyTransport(Configuration configuration,
ThroughputCounter throughputCounter,
LocalMetricRegistry localRegistry) |
ThrottleableTransport(com.google.common.eventbus.EventBus eventBus,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
RawMessage.getCodecConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
RawMessage.setCodecConfig(Configuration codecConfig) |
| Modifier and Type | Method and Description |
|---|---|
T |
MessageOutput.Factory.create(Stream stream,
Configuration configuration) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.