Package | Description |
---|---|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
Modifier and Type | Method and Description |
---|---|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(Path file,
CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.
|
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(Path file,
CharsetEncoding encoding)
Analyze the specified ARFF 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.
|
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(Path file,
CharsetEncoding encoding,
FileClient client)
Analyze the specified ARFF 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) |
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(Reader input)
Analyze the given character stream as ARFF data.
|
FormatAnalyzer.FormatAnalysis |
FormatAnalyzer.analyze(String file,
CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.
|
ARFFAnalyzer.Analysis |
ARFFAnalyzer.analyze(String file,
CharsetEncoding encoding)
Analyze the specified ARFF 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) |
static void |
Log4jPatternParser.parse(String pattern,
List<String> tokens,
Map<String,String> rules)
Parse a log4j format specifier string.
|
Copyright © 2020 Actian Corporation. All rights reserved.