| Package | Description |
|---|---|
| org.graylog2.plugin.inputs |
| Modifier and Type | Field and Description |
|---|---|
protected Extractor.Type |
Extractor.superType |
| Modifier and Type | Method and Description |
|---|---|
static Extractor.Type |
Extractor.Type.fuzzyValueOf(String s)
Just like
valueOf(String) but uses the upper case string and doesn't throw exceptions. |
Extractor.Type |
Extractor.getType() |
static Extractor.Type |
Extractor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extractor.Type[] |
Extractor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Extractor(com.codahale.metrics.MetricRegistry metricRegistry,
String id,
String title,
long order,
Extractor.Type type,
Extractor.CursorStrategy cursorStrategy,
String sourceField,
String targetField,
Map<String,Object> extractorConfig,
String creatorUserId,
List<Converter> converters,
Extractor.ConditionType conditionType,
String conditionValue) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.