Class FSZipReader

java.lang.Object
kieker.analysis.plugin.reader.filesystem.FSZipReader
All Implemented Interfaces:
java.lang.Runnable

@Deprecated
public final class FSZipReader
extends java.lang.Object
implements java.lang.Runnable
Deprecated.
1.15 replaced by teetime log reading facilities
Reads the contents of a single zip file and passes the records to the registered receiver of type IMonitoringRecordReceiver.
Since:
1.7
Author:
Jan Waller
  • Constructor Summary

    Constructors 
    Constructor Description
    FSZipReader​(java.io.File zipFile, IMonitoringRecordReceiver recordReceiver, boolean ignoreUnknownRecordTypes)
    Deprecated.
    Creates a new instance of this class.
  • Method Summary

    Modifier and Type Method Description
    void run()
    Deprecated.
    Starts reading and returns after each record has been passed to the registered recordReceiver.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FSZipReader

      public FSZipReader​(java.io.File zipFile, IMonitoringRecordReceiver recordReceiver, boolean ignoreUnknownRecordTypes)
      Deprecated.
      Creates a new instance of this class.
      Parameters:
      zipFile - The File object for the zip file.
      recordReceiver - The receiver handling the records.
      ignoreUnknownRecordTypes - select only records of this type; null selects all
  • Method Details

    • run

      public final void run()
      Deprecated.
      Starts reading and returns after each record has been passed to the registered recordReceiver.
      Specified by:
      run in interface java.lang.Runnable