Uses of Class
com.pervasive.datarush.operators.io.textfile.FormatAnalyzer.FormatAnalysis
-
Packages that use FormatAnalyzer.FormatAnalysis Package Description com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data. -
-
Uses of FormatAnalyzer.FormatAnalysis in com.pervasive.datarush.operators.io.textfile
Subclasses of FormatAnalyzer.FormatAnalysis in com.pervasive.datarush.operators.io.textfile Modifier and Type Class Description static class
ELFAnalyzer.ELFAnalysis
Methods in com.pervasive.datarush.operators.io.textfile that return FormatAnalyzer.FormatAnalysis Modifier and Type Method Description FormatAnalyzer.FormatAnalysis
ELFAnalyzer. analyze(Reader input)
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
FormatAnalyzer. analyze(String file, CharsetEncoding encoding)
Analyze the specified file expecting the described character set encoding.FormatAnalyzer.FormatAnalysis
AbstractRegexLogFormat. analyzeFormat(Reader input)
FormatAnalyzer.FormatAnalysis
ELFLogFormat. analyzeFormat(Reader input)
FormatAnalyzer.FormatAnalysis
GlassfishLogFormat. analyzeFormat(Reader input)
FormatAnalyzer.FormatAnalysis
LogFormat. analyzeFormat(Reader input)
Creates the analysis object based on the provided input.FormatAnalyzer.FormatAnalysis
ReadLog. discoverMetadata(FileClient ctx)
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FormatAnalyzer.FormatAnalysis Modifier and Type Method Description LogFormat
AbstractRegexLogFormat. 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
GlassfishLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)
LogFormat
LogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)
Sets the analysis object to use to determine meta-data.
-