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 classAbstractRegexLogFormatSkeleton implementation of a regular expression based LogFormat class.classCLFLogFormatDescribes the format of a web server log in NCSA Common log format.classCombinedLogFormatDescribes the format of a web server log in NCSA Combined log format.classELFLogFormatDescribes the format of a web server log in W3C Extended log format.classGenericLogFormatDescribes the format of a generic log that can be parsed using a regular expression.classGlassfishLogFormatDescribes the format of a Glassfish log file.classLog4jLogFormatDescribes the format of a log4j log file.classSyslogLogFormatDescribes the format of a syslog log file.Methods in com.pervasive.datarush.operators.io.textfile that return LogFormat Modifier and Type Method Description LogFormatSupportedLogType. getDefaultLogFormat()LogFormatReadLog. getLogFormat()Gets the log format class which should be used when parsing the logs.abstract LogFormatSupportedLogType. getLogFormat(String formatPattern)LogFormatAbstractRegexLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)LogFormatELFLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)Sets the ELF analysis object to use to determine the schema and other meta-data.LogFormatGlassfishLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)LogFormatLogFormat. 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 voidReadLog. setLogFormat(LogFormat logFormat)Sets the log format class which should be used when parsing the logs.
-