Uses of Class
kieker.analysis.plugin.reader.StringRegistryCache
Packages that use StringRegistryCache
Package
Description
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 StringRegistryCache in kieker.analysis.plugin.reader
Methods in kieker.analysis.plugin.reader that return StringRegistryCacheModifier and TypeMethodDescriptionprotected StringRegistryCacheAbstractStringRegistryReaderPlugin.createCache(long expirationDuration, TimeUnit expirationTimeUnit) Deprecated.Creates the cache to be used for storing string registries.Constructors in kieker.analysis.plugin.reader with parameters of type StringRegistryCacheModifierConstructorDescriptionRegistryRecordHandler(StringRegistryCache stringRegistryCache) Deprecated.Creates a new registry record handler for the given registry.RegularRecordHandler(AbstractStringRegistryReaderPlugin reader, StringRegistryCache stringRegistryCache) Deprecated.Creates a new regular record handler.