Tabnine Logo
FSDirectoryReader
Code IndexAdd Tabnine to your IDE (free)

How to use
FSDirectoryReader
in
kieker.analysis.plugin.reader.filesystem

Best Java code snippets using kieker.analysis.plugin.reader.filesystem.FSDirectoryReader (Showing top 4 results out of 315)

origin: kieker-monitoring/kieker

  readerThread = new Thread(new FSDirectoryReader(inputDir, this, this.ignoreUnknownRecordTypes));
} else if (inputDir.isFile() && inputDirFn.endsWith(FSUtil.ZIP_FILE_EXTENSION)) {
  readerThread = new Thread(new FSZipReader(inputDir, this, this.ignoreUnknownRecordTypes));
origin: kieker-monitoring/kieker

this.readMappingFile(); // must be the first line to set filePrefix!
final File[] inputFiles = this.inputDir.listFiles(new FileFilter() {
      this.processNormalInputFile(inputFile);
    } else {
      if (this.ignoreUnknownRecordTypes && ignoreUnknownRecordTypesWarningAlreadyShown) {
        this.processBinaryInputFile(inputFile, decompressionFilter);
      } catch (final IllegalArgumentException ex) {
        LOGGER.warn("Unknown file extension for file {}", inputFile);
origin: net.kieker-monitoring/kieker

this.readMappingFile(); // must be the first line to set filePrefix!
final File[] inputFiles = this.inputDir.listFiles(new FileFilter() {
      this.processNormalInputFile(inputFile);
    } else {
      if (this.ignoreUnknownRecordTypes && ignoreUnknownRecordTypesWarningAlreadyShown) {
        this.processBinaryInputFile(inputFile, method);
      } catch (final IllegalArgumentException ex) {
        LOG.warn("Unknown file extension for file " + inputFile);
origin: net.kieker-monitoring/kieker

  readerThread = new Thread(new FSDirectoryReader(inputDir, this, this.ignoreUnknownRecordTypes));
} else if (inputDir.isFile() && inputDirFn.endsWith(FSUtil.ZIP_FILE_EXTENSION)) {
  readerThread = new Thread(new FSZipReader(inputDir, this, this.ignoreUnknownRecordTypes));
kieker.analysis.plugin.reader.filesystemFSDirectoryReader

Javadoc

Reads the contents of a single file system log directory and passes the records to the registered receiver of type IMonitoringRecordReceiver.

Most used methods

  • <init>
    Creates a new instance of this class.
  • processBinaryInputFile
    Reads the records contained in the given binary file and passes them to the registered #recordReceiv
  • processNormalInputFile
    Reads the records contained in the given normal file and passes them to the registered #recordReceiv
  • readMappingFile
    Reads the mapping file located in the directory.

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Collectors (java.util.stream)
  • JPanel (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now