Class RegularRecordHandler

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

@Deprecated public class RegularRecordHandler extends Object implements Runnable
Deprecated.
since 1.15.1 old plugin api
Runnable to handle incoming regular records.
Since:
1.12
Author:
Holger Knoche
  • Constructor Details

    • RegularRecordHandler

      public RegularRecordHandler(AbstractStringRegistryReaderPlugin reader, StringRegistryCache stringRegistryCache)
      Deprecated.
      Creates a new regular record handler.
      Parameters:
      reader - The reader to send the instantiated records to
      stringRegistryCache - The string registry cache to use
  • Method Details

    • run

      public void run()
      Deprecated.
      Specified by:
      run in interface Runnable
    • enqueueRegularRecord

      public void enqueueRegularRecord(ByteBuffer buffer)
      Deprecated.
      Enqueues an unparsed regular record for processing.
      Parameters:
      buffer - The unparsed data in an appropriately positioned byte buffer