public class RegexExtractor extends Extractor
Extractor.ConditionType, Extractor.CursorStrategy, Extractor.ReservedFieldException, Extractor.Result, Extractor.TypeconditionType, conditionValue, converterExceptions, converters, creatorUserId, cursorStrategy, exceptions, extractorConfig, id, metricRegistry, order, regexConditionPattern, sourceField, superType, targetField, title| Constructor and Description |
|---|
RegexExtractor(com.codahale.metrics.MetricRegistry metricRegistry,
String id,
String title,
int order,
Extractor.CursorStrategy cursorStrategy,
String sourceField,
String targetField,
Map<String,Object> extractorConfig,
String creatorUserId,
List<Converter> converters,
Extractor.ConditionType conditionType,
String conditionValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Extractor.Result |
run(String value) |
converterConfigMap, getConditionType, getConditionValue, getConverterExceptionCount, getConverterTimerName, getCreatorUserId, getCursorStrategy, getExceptionCount, getExtractorConfig, getId, getOrder, getPersistedFields, getSourceField, getTargetField, getTitle, getTotalTimerName, getType, incrementExceptions, runConverters, runExtractor, setOrderpublic RegexExtractor(com.codahale.metrics.MetricRegistry metricRegistry,
String id,
String title,
int order,
Extractor.CursorStrategy cursorStrategy,
String sourceField,
String targetField,
Map<String,Object> extractorConfig,
String creatorUserId,
List<Converter> converters,
Extractor.ConditionType conditionType,
String conditionValue)
throws Extractor.ReservedFieldException,
ConfigurationException
protected Extractor.Result run(String value)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.