| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.inputs.converters | |
| org.graylog2.plugin.inputs |
| Modifier and Type | Method and Description |
|---|---|
Converter.Type |
Converter.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Converter.setType(Converter.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static Converter |
ConverterFactory.factory(Converter.Type type,
Map<String,Object> config) |
| Constructor and Description |
|---|
AbstractDateConverter(Converter.Type type,
Map<String,Object> config) |
| Modifier and Type | Method and Description |
|---|---|
static Converter.Type |
Converter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Converter.Type[] |
Converter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Converter(Converter.Type type,
Map<String,Object> config) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.