Class RegistryRecordHandler

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

@Deprecated
public class RegistryRecordHandler
extends java.lang.Object
implements java.lang.Runnable
Deprecated.
since 1.15.1 old plugin api
Runnable to handle incoming registry records.
Since:
1.12
Author:
holger
  • Constructor Summary

    Constructors 
    Constructor Description
    RegistryRecordHandler​(StringRegistryCache stringRegistryCache)
    Deprecated.
    Creates a new registry record handler for the given registry.
  • Method Summary

    Modifier and Type Method Description
    void enqueueRegistryRecord​(java.nio.ByteBuffer buffer)
    Deprecated.
    Enqueues an unparsed registry 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

    • RegistryRecordHandler

      public RegistryRecordHandler​(StringRegistryCache stringRegistryCache)
      Deprecated.
      Creates a new registry record handler for the given registry.
      Parameters:
      stringRegistryCache - The string registry cache to operate on
  • Method Details

    • run

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

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