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 classELFAnalyzer.ELFAnalysisMethods in com.pervasive.datarush.operators.io.textfile that return FormatAnalyzer.FormatAnalysis Modifier and Type Method Description FormatAnalyzer.FormatAnalysisELFAnalyzer. analyze(Reader input)FormatAnalyzer.FormatAnalysisFormatAnalyzer. analyze(Path file, CharsetEncoding encoding)Analyze the specified file expecting the described character set encoding.FormatAnalyzer.FormatAnalysisFormatAnalyzer. analyze(Path file, CharsetEncoding encoding, FileClient client)Analyze the specified file expecting the described character set encoding.FormatAnalyzer.FormatAnalysisFormatAnalyzer. analyze(Reader input)Analyze the given character stream as log data.FormatAnalyzer.FormatAnalysisFormatAnalyzer. analyze(String file, CharsetEncoding encoding)Analyze the specified file expecting the described character set encoding.FormatAnalyzer.FormatAnalysisAbstractRegexLogFormat. analyzeFormat(Reader input)FormatAnalyzer.FormatAnalysisELFLogFormat. analyzeFormat(Reader input)FormatAnalyzer.FormatAnalysisGlassfishLogFormat. analyzeFormat(Reader input)FormatAnalyzer.FormatAnalysisLogFormat. analyzeFormat(Reader input)Creates the analysis object based on the provided input.FormatAnalyzer.FormatAnalysisReadLog. discoverMetadata(FileClient ctx)Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FormatAnalyzer.FormatAnalysis Modifier and Type Method Description LogFormatAbstractRegexLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)LogFormatELFLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)Sets the ELF analysis object to use to determine the schema and other meta-data.LogFormatGlassfishLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)LogFormatLogFormat. setAnalysis(FormatAnalyzer.FormatAnalysis analysis)Sets the analysis object to use to determine meta-data.
-