public class LogMessageExtractor extends Object implements FeatureExtractor<LogMessage,List<String>>
| Constructor and Description |
|---|
LogMessageExtractor() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
extract(String feature,
LogMessage event)
Extract all values for the specified feature from the given event.
|
Set<String> |
getVariables(LogMessage event)
This method extracts all available feature names for the given event.
|
public List<String> extract(String feature, LogMessage event)
FeatureExtractorextract in interface FeatureExtractor<LogMessage,List<String>>public Set<String> getVariables(LogMessage event)
FeatureExtractorgetVariables in interface FeatureExtractor<LogMessage,List<String>>Copyright © 2013 jwall.org. All Rights Reserved.