Uses of Interface
kieker.common.registry.writer.IWriterRegistry
Packages that use IWriterRegistry
Package
Description
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 IWriterRegistry in kieker.common.record.io
Methods in kieker.common.record.io with parameters of type IWriterRegistryModifier and TypeMethodDescriptionstatic BinaryValueSerializerBinaryValueSerializer.create(ByteBuffer buffer, IWriterRegistry<String> stringRegistry) Factory method to create a binary value serializer.Constructors in kieker.common.record.io with parameters of type IWriterRegistryModifierConstructorDescriptionprotectedBinaryValueSerializer(ByteBuffer buffer, IWriterRegistry<String> stringRegistry) Create a binary value serializer. -
Uses of IWriterRegistry in kieker.common.registry.writer
Classes in kieker.common.registry.writer that implement IWriterRegistry