Package kieker.analysis.plugin.reader
Class RegistryRecordHandler
java.lang.Object
kieker.analysis.plugin.reader.RegistryRecordHandler
- All Implemented Interfaces:
Runnable
Deprecated.
since 1.15.1 old plugin api
Runnable to handle incoming registry records.
- Since:
- 1.12
- Author:
- holger
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryRecordHandler(StringRegistryCache stringRegistryCache) Deprecated.Creates a new registry record handler for the given registry. -
Method Summary
Modifier and TypeMethodDescriptionvoidenqueueRegistryRecord(ByteBuffer buffer) Deprecated.Enqueues an unparsed registry record for processing.voidrun()Deprecated.
-
Constructor Details
-
RegistryRecordHandler
Deprecated.Creates a new registry record handler for the given registry.- Parameters:
stringRegistryCache- The string registry cache to operate on
-
-
Method Details