Uses of Enum Class
org.graylog2.plugin.inputs.Extractor.Type
Packages that use Extractor.Type
Package
Description
-
Uses of Extractor.Type in org.graylog2.inputs
Methods in org.graylog2.inputs that return types with arguments of type Extractor.TypeModifier and TypeMethodDescriptionInputService.totalExtractorCountByType()InputServiceImpl.totalExtractorCountByType() -
Uses of Extractor.Type in org.graylog2.inputs.extractors
Methods in org.graylog2.inputs.extractors with parameters of type Extractor.TypeModifier and TypeMethodDescriptionExtractorFactory.factory(String id, String title, long order, Extractor.CursorStrategy cursorStrategy, Extractor.Type type, String sourceField, String targetField, Map<String, Object> extractorConfig, String creatorUserId, List<Converter> converters, Extractor.ConditionType conditionType, String conditionValue) -
Uses of Extractor.Type in org.graylog2.plugin.inputs
Fields in org.graylog2.plugin.inputs declared as Extractor.TypeMethods in org.graylog2.plugin.inputs that return Extractor.TypeModifier and TypeMethodDescriptionstatic Extractor.TypeExtractor.Type.fuzzyValueOf(String s) Just likevalueOf(String)but uses the upper case string and doesn't throw exceptions.Extractor.getType()static Extractor.TypeReturns the enum constant of this class with the specified name.static Extractor.Type[]Extractor.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.plugin.inputs with parameters of type Extractor.TypeModifierConstructorDescriptionExtractor(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) -
Uses of Extractor.Type in org.graylog2.system.stats
Methods in org.graylog2.system.stats that return types with arguments of type Extractor.TypeModifier and TypeMethodDescriptionabstract Map<Extractor.Type,Long> ClusterStats.extractorCountByType()