Uses of Interface
com.pervasive.datarush.operators.io.textfile.LogFormat
Packages that use LogFormat
Package
Description
Provides operators for reading and writing text data.
-
Uses of LogFormat in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile that implement LogFormatModifier and TypeClassDescriptionclassSkeleton implementation of a regular expression based LogFormat class.classDescribes the format of a web server log in NCSA Common log format.classDescribes the format of a web server log in NCSA Combined log format.classDescribes the format of a web server log in W3C Extended log format.classDescribes the format of a generic log that can be parsed using a regular expression.classDescribes the format of a Glassfish log file.classDescribes the format of a log4j log file.classDescribes the format of a syslog log file.Methods in com.pervasive.datarush.operators.io.textfile that return LogFormatModifier and TypeMethodDescriptionSupportedLogType.getDefaultLogFormat()ReadLog.getLogFormat()Gets the log format class which should be used when parsing the logs.abstract LogFormatSupportedLogType.getLogFormat(String formatPattern) AbstractRegexLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) ELFLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) Sets the ELF analysis object to use to determine the schema and other meta-data.GlassfishLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) LogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) Sets the analysis object to use to determine meta-data.Methods in com.pervasive.datarush.operators.io.textfile with parameters of type LogFormatModifier and TypeMethodDescriptionvoidReadLog.setLogFormat(LogFormat logFormat) Sets the log format class which should be used when parsing the logs.