Uses of Interface
kieker.common.registry.writer.IWriterRegistry
Package | Description |
---|---|
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.registry.writer |
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 IWriterRegistry in kieker.common.record.io
Methods in kieker.common.record.io with parameters of type IWriterRegistry Modifier and Type Method Description static BinaryValueSerializer
BinaryValueSerializer. create(java.nio.ByteBuffer buffer, IWriterRegistry<java.lang.String> stringRegistry)
Factory method to create a binary value serializer.Constructors in kieker.common.record.io with parameters of type IWriterRegistry Constructor Description BinaryValueSerializer(java.nio.ByteBuffer buffer, IWriterRegistry<java.lang.String> stringRegistry)
Create a binary value serializer. -
Uses of IWriterRegistry in kieker.common.registry.writer
Classes in kieker.common.registry.writer that implement IWriterRegistry Modifier and Type Class Description class
WriterRegistry
Manages a writer registry.