Package kieker.analysis.plugin.reader
Class RegularRecordHandler
java.lang.Object
kieker.analysis.plugin.reader.RegularRecordHandler
- All Implemented Interfaces:
Runnable
Deprecated.
since 1.15.1 old plugin api
Runnable to handle incoming regular records.
- Since:
- 1.12
- Author:
- Holger Knoche
-
Constructor Summary
ConstructorsConstructorDescriptionRegularRecordHandler(AbstractStringRegistryReaderPlugin reader, StringRegistryCache stringRegistryCache) Deprecated.Creates a new regular record handler. -
Method Summary
Modifier and TypeMethodDescriptionvoidenqueueRegularRecord(ByteBuffer buffer) Deprecated.Enqueues an unparsed regular record for processing.voidrun()Deprecated.
-
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 tostringRegistryCache- The string registry cache to use
-
-
Method Details