Uses of Class
com.pervasive.datarush.operators.io.textfile.FormatAnalyzer.FormatAnalysis
Packages that use FormatAnalyzer.FormatAnalysis
Package
Description
Provides operators for reading and writing text data.
-
Uses of FormatAnalyzer.FormatAnalysis in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile that return FormatAnalyzer.FormatAnalysisModifier and TypeMethodDescriptionFormatAnalyzer.analyze(Path file, CharsetEncoding encoding) Analyze the specified file expecting the described character set encoding.FormatAnalyzer.analyze(Path file, CharsetEncoding encoding, FileClient client) Analyze the specified file expecting the described character set encoding.Analyze the given character stream as log data.FormatAnalyzer.analyze(String file, CharsetEncoding encoding) Analyze the specified file expecting the described character set encoding.AbstractRegexLogFormat.analyzeFormat(Reader input) ELFLogFormat.analyzeFormat(Reader input) GlassfishLogFormat.analyzeFormat(Reader input) LogFormat.analyzeFormat(Reader input) Creates the analysis object based on the provided input.ReadLog.discoverMetadata(FileClient ctx) Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FormatAnalyzer.FormatAnalysisModifier and TypeMethodDescriptionAbstractRegexLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) ELFLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) Sets the ELF analysis object to use to determine the schema and other meta-data.GlassfishLogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) LogFormat.setAnalysis(FormatAnalyzer.FormatAnalysis analysis) Sets the analysis object to use to determine meta-data.