Uses of Class
kieker.common.registry.reader.ReaderRegistry
Package | Description |
---|---|
kieker.analysis.generic.source |
Containing all record/event source stages of Kieker based on TeeTime.
|
kieker.analysis.generic.source.amqp |
Containing all record/event source stages of Kieker based on TeeTime.
|
kieker.analysis.generic.source.file | |
kieker.analysis.generic.source.tcp | |
kieker.analysis.plugin.reader |
Copyright 2022 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.
|
kieker.analysis.plugin.reader.filesystem |
Copyright 2022 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.
|
kieker.analysis.plugin.reader.newio.deserializer |
Copyright 2022 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.
|
kieker.analysis.plugin.reader.util |
Copyright 2022 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.
|
kieker.common.record.io |
Copyright 2022 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.
|
kieker.common.record.misc |
Copyright 2022 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 ReaderRegistry Constructor Description RecordDeserializer(IRecordReceivedListener listener, ReaderRegistry<java.lang.String> registry)
-
Uses of ReaderRegistry in kieker.analysis.generic.source.amqp
Constructors in kieker.analysis.generic.source.amqp with parameters of type ReaderRegistry Constructor Description RegistryRecordHandler(ReaderRegistry<java.lang.String> stringRegistry)
Creates a new registry record handler for the given registry.RegularRecordHandler(AMQPReader readerLogic, ReaderRegistry<java.lang.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 ReaderRegistry Modifier and Type Field Description protected ReaderRegistry<java.lang.String>
AbstractEventDeserializer. registry
Methods in kieker.analysis.generic.source.file with parameters of type ReaderRegistry Modifier and Type Method Description abstract void
AbstractMapDeserializer. processDataStream(java.io.InputStream inputStream, ReaderRegistry<java.lang.String> registry, java.lang.String mapFileName)
Read a string map from an input stream and initialize the specified registry with the values.void
TextMapDeserializer. processDataStream(java.io.InputStream inputStream, ReaderRegistry<java.lang.String> registry, java.lang.String mapFileName)
Constructors in kieker.analysis.generic.source.file with parameters of type ReaderRegistry Constructor Description AbstractEventDeserializer(ReaderRegistry<java.lang.String> registry)
Create an abstract event deserializer.BinaryEventDeserializer(java.lang.Integer bufferSize, ReaderRegistry<java.lang.String> registry)
DatEventDeserializer(java.lang.Integer bufferSize, ReaderRegistry<java.lang.String> registry)
-
Uses of ReaderRegistry in kieker.analysis.generic.source.tcp
Methods in kieker.analysis.generic.source.tcp that return ReaderRegistry Modifier and Type Method Description ReaderRegistry<java.lang.String>
Connection. getRegistry()
-
Uses of ReaderRegistry in kieker.analysis.plugin.reader
Methods in kieker.analysis.plugin.reader that return ReaderRegistry Modifier and Type Method Description ReaderRegistry<java.lang.String>
StringRegistryCache. getOrCreateRegistry(java.lang.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 ReaderRegistry Modifier and Type Method Description protected com.google.common.cache.Cache<java.lang.Long,ReaderRegistry<java.lang.String>>
StringRegistryCache. createCache(long expirationDuration, java.util.concurrent.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 ReaderRegistry Constructor Description BinaryFileStreamProcessor(ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)
Deprecated.Create a binary file stream processor.TextFileStreamProcessor(boolean ignoreUnknownRecordTypes, ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)
Deprecated. -
Uses of ReaderRegistry in kieker.analysis.plugin.reader.newio.deserializer
Subclasses of ReaderRegistry in kieker.analysis.plugin.reader.newio.deserializer Modifier and Type Class Description class
DeserializerStringRegistry
Rudimentary 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 ReaderRegistry Constructor Description ByteBufferDeserializer(ReaderRegistry<java.lang.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 ReaderRegistry Modifier and Type Method Description static BinaryValueDeserializer
BinaryValueDeserializer. create(java.nio.ByteBuffer buffer, ReaderRegistry<java.lang.String> stringRegistry)
Factory method to create a binary value deserializer.Constructors in kieker.common.record.io with parameters of type ReaderRegistry Constructor Description BinaryValueDeserializer(java.nio.ByteBuffer buffer, ReaderRegistry<java.lang.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 ReaderRegistry Modifier and Type Method Description static void
RegistryRecord. registerRecordInRegistry(java.nio.ByteBuffer buffer, ReaderRegistry<java.lang.String> stringRegistry)
Static function used to register strings stored in a byte buffer as string in the string registry with the proper id.