public abstract class ExtractorSummary extends Object
| Constructor and Description |
|---|
ExtractorSummary() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
conditionType() |
abstract String |
conditionValue() |
abstract Long |
converterExceptions() |
abstract List<Map<String,Object>> |
converters() |
static ExtractorSummary |
create(String id,
String title,
String type,
String cursorStrategy,
String sourceField,
String targetField,
Map<String,Object> extractorConfig,
String creatorUserId,
List<Map<String,Object>> converters,
String conditionType,
String conditionValue,
Long order,
Long exceptions,
Long converterExceptions,
ExtractorMetrics metrics) |
abstract String |
creatorUserId() |
abstract String |
cursorStrategy() |
abstract Long |
exceptions() |
abstract Map<String,Object> |
extractorConfig() |
abstract String |
id() |
abstract ExtractorMetrics |
metrics() |
abstract Long |
order() |
abstract String |
sourceField() |
abstract String |
targetField() |
abstract String |
title() |
abstract String |
type() |
public abstract String id()
public abstract String title()
public abstract String type()
public abstract String cursorStrategy()
public abstract String sourceField()
public abstract String targetField()
public abstract String creatorUserId()
public abstract String conditionType()
public abstract String conditionValue()
public abstract Long order()
public abstract Long exceptions()
public abstract Long converterExceptions()
public abstract ExtractorMetrics metrics()
public static ExtractorSummary create(String id, String title, String type, String cursorStrategy, String sourceField, String targetField, Map<String,Object> extractorConfig, String creatorUserId, List<Map<String,Object>> converters, String conditionType, String conditionValue, Long order, Long exceptions, Long converterExceptions, ExtractorMetrics metrics)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.