Class RegularRecordHandler

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

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

    Constructors 
    Constructor Description
    RegularRecordHandler​(AbstractStringRegistryReaderPlugin reader, StringRegistryCache stringRegistryCache)
    Deprecated.
    Creates a new regular record handler.
  • Method Summary

    Modifier and Type Method Description
    void enqueueRegularRecord​(java.nio.ByteBuffer buffer)
    Deprecated.
    Enqueues an unparsed regular record for processing.
    void run()
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • run

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

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