Uses of Class
com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
Packages that use AbstractRegexLogFormat Package Description com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data. -
-
Uses of AbstractRegexLogFormat in com.pervasive.datarush.operators.io.textfile
Subclasses of AbstractRegexLogFormat in com.pervasive.datarush.operators.io.textfile Modifier and Type Class Description 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
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.
-