Class RegistryRecordHandler

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

@Deprecated public class RegistryRecordHandler extends Object implements Runnable
Deprecated.
since 1.15.1 old plugin api
Runnable to handle incoming registry records.
Since:
1.12
Author:
holger
  • 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 Runnable
    • enqueueRegistryRecord

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