Package | Description |
---|---|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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 |
LogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis)
Sets the analysis object to use to determine meta-data.
|
LogFormat |
GlassfishLogFormat.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 |
AbstractRegexLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) |
Modifier and Type | Method and Description |
---|---|
void |
ReadLog.setLogFormat(LogFormat logFormat)
Sets the log format class which should be used when parsing
the logs.
|
Copyright © 2016 Actian Corporation. All rights reserved.