Uses of Class
kieker.common.registry.reader.ReaderRegistry
Packages that use ReaderRegistry
Package
Description
Containing all record/event source stages of Kieker based on TeeTime.
Containing all record/event source stages of Kieker based on TeeTime.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (https://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of ReaderRegistry in kieker.analysis.generic.source
Constructors in kieker.analysis.generic.source with parameters of type ReaderRegistryModifierConstructorDescriptionRecordDeserializer(IRecordReceivedListener listener, ReaderRegistry<String> registry) -
Uses of ReaderRegistry in kieker.analysis.generic.source.amqp
Constructors in kieker.analysis.generic.source.amqp with parameters of type ReaderRegistryModifierConstructorDescriptionRegistryRecordHandler(ReaderRegistry<String> stringRegistry) Creates a new registry record handler for the given registry.RegularRecordHandler(AMQPReader readerLogic, ReaderRegistry<String> stringRegistry) Creates a new regular record handler. -
Uses of ReaderRegistry in kieker.analysis.generic.source.file
Fields in kieker.analysis.generic.source.file declared as ReaderRegistryModifier and TypeFieldDescriptionprotected final ReaderRegistry<String>AbstractEventDeserializer.registryMethods in kieker.analysis.generic.source.file with parameters of type ReaderRegistryModifier and TypeMethodDescriptionabstract voidAbstractMapDeserializer.processDataStream(InputStream inputStream, ReaderRegistry<String> registry, String mapFileName) Read a string map from an input stream and initialize the specified registry with the values.voidTextMapDeserializer.processDataStream(InputStream inputStream, ReaderRegistry<String> registry, String mapFileName) Constructors in kieker.analysis.generic.source.file with parameters of type ReaderRegistryModifierConstructorDescriptionAbstractEventDeserializer(ReaderRegistry<String> registry) Create an abstract event deserializer.BinaryEventDeserializer(Integer bufferSize, ReaderRegistry<String> registry) DatEventDeserializer(Integer bufferSize, ReaderRegistry<String> registry) -
Uses of ReaderRegistry in kieker.analysis.generic.source.tcp
Methods in kieker.analysis.generic.source.tcp that return ReaderRegistry -
Uses of ReaderRegistry in kieker.analysis.plugin.reader
Methods in kieker.analysis.plugin.reader that return ReaderRegistryModifier and TypeMethodDescriptionStringRegistryCache.getOrCreateRegistry(Long registryId) Deprecated.Retrieves the registry with the given ID and creates a new one if necessary.Methods in kieker.analysis.plugin.reader that return types with arguments of type ReaderRegistryModifier and TypeMethodDescriptionprotected com.google.common.cache.Cache<Long,ReaderRegistry<String>> StringRegistryCache.createCache(long expirationDuration, TimeUnit expirationTimeUnit) Deprecated.Creates the underlying cache. -
Uses of ReaderRegistry in kieker.analysis.plugin.reader.filesystem
Constructors in kieker.analysis.plugin.reader.filesystem with parameters of type ReaderRegistryModifierConstructorDescriptionBinaryFileStreamProcessor(ReaderRegistry<String> stringRegistry, IMonitoringRecordReceiver recordReceiver) Deprecated.Create a binary file stream processor.TextFileStreamProcessor(boolean ignoreUnknownRecordTypes, ReaderRegistry<String> stringRegistry, IMonitoringRecordReceiver recordReceiver) Deprecated. -
Uses of ReaderRegistry in kieker.analysis.plugin.reader.newio.deserializer
Subclasses of ReaderRegistry in kieker.analysis.plugin.reader.newio.deserializerModifier and TypeClassDescriptionclassRudimentary string registry for use by the binary format decoder. -
Uses of ReaderRegistry in kieker.analysis.plugin.reader.util
Constructors in kieker.analysis.plugin.reader.util with parameters of type ReaderRegistryModifierConstructorDescriptionByteBufferDeserializer(ReaderRegistry<String> readerRegistry, org.slf4j.Logger logger, int bufferCapacity) Deprecated. -
Uses of ReaderRegistry in kieker.common.record.io
Methods in kieker.common.record.io with parameters of type ReaderRegistryModifier and TypeMethodDescriptionstatic BinaryValueDeserializerBinaryValueDeserializer.create(ByteBuffer buffer, ReaderRegistry<String> stringRegistry) Factory method to create a binary value deserializer.Constructors in kieker.common.record.io with parameters of type ReaderRegistryModifierConstructorDescriptionprotectedBinaryValueDeserializer(ByteBuffer buffer, ReaderRegistry<String> stringRegistry) Create a binary value deserializer. -
Uses of ReaderRegistry in kieker.common.record.misc
Methods in kieker.common.record.misc with parameters of type ReaderRegistryModifier and TypeMethodDescriptionstatic final voidRegistryRecord.registerRecordInRegistry(ByteBuffer buffer, ReaderRegistry<String> stringRegistry) Static function used to register strings stored in a byte buffer as string in the string registry with the proper id.