Package | Description |
---|---|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Class and Description |
---|---|
static class |
ELFAnalyzer.ELFAnalysis |
Modifier and Type | Method and Description |
---|---|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(Path file,
CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.
|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(Path file,
CharsetEncoding encoding,
FileClient client)
Analyze the specified file expecting the described character set encoding.
|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(Reader input)
Analyze the given character stream as log data.
|
FormatAnalyzer.FormatAnalysis |
ELFAnalyzer.analyze(Reader input) |
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(String file,
CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.
|
FormatAnalyzer.FormatAnalysis |
LogFormat.analyzeFormat(Reader input)
Creates the analysis object based on the provided input.
|
FormatAnalyzer.FormatAnalysis |
GlassfishLogFormat.analyzeFormat(Reader input) |
FormatAnalyzer.FormatAnalysis |
ELFLogFormat.analyzeFormat(Reader input) |
FormatAnalyzer.FormatAnalysis |
AbstractRegexLogFormat.analyzeFormat(Reader input) |
FormatAnalyzer.FormatAnalysis |
ReadLog.discoverMetadata(FileClient ctx) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2020 Actian Corporation. All rights reserved.