Uses of Interface
com.pervasive.datarush.operators.io.textfile.LogFormat
-
Packages that use LogFormat Package Description com.pervasive.datarush.operators.io.textfile 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 LogFormat Modifier and Type Class Description class
AbstractRegexLogFormat
Skeleton implementation of a regular expression based LogFormat class.class
CLFLogFormat
Describes the format of a web server log in NCSA Common log format.class
CombinedLogFormat
Describes the format of a web server log in NCSA Combined log format.class
ELFLogFormat
Describes the format of a web server log in W3C Extended log format.class
GenericLogFormat
Describes the format of a generic log that can be parsed using a regular expression.class
GlassfishLogFormat
Describes the format of a Glassfish log file.class
Log4jLogFormat
Describes the format of a log4j log file.class
SyslogLogFormat
Describes the format of a syslog log file.Methods in com.pervasive.datarush.operators.io.textfile that return LogFormat Modifier and Type Method Description LogFormat
SupportedLogType. getDefaultLogFormat()
LogFormat
ReadLog. getLogFormat()
Gets the log format class which should be used when parsing the logs.abstract LogFormat
SupportedLogType. getLogFormat(String formatPattern)
LogFormat
AbstractRegexLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)
LogFormat
ELFLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)
Sets the ELF analysis object to use to determine the schema and other meta-data.LogFormat
GlassfishLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)
LogFormat
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 LogFormat Modifier and Type Method Description void
ReadLog. setLogFormat(LogFormat logFormat)
Sets the log format class which should be used when parsing the logs.
-