Uses of Class
kieker.analysis.plugin.reader.StringRegistryCache
Package | Description |
---|---|
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.
|
-
Uses of StringRegistryCache in kieker.analysis.plugin.reader
Methods in kieker.analysis.plugin.reader that return StringRegistryCache Modifier and Type Method Description protected StringRegistryCache
AbstractStringRegistryReaderPlugin. createCache(long expirationDuration, java.util.concurrent.TimeUnit expirationTimeUnit)
Deprecated.Creates the cache to be used for storing string registries.Constructors in kieker.analysis.plugin.reader with parameters of type StringRegistryCache Constructor Description RegistryRecordHandler(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.