Class ConfluenceMonitoringLoader<K,V>
java.lang.Object
com.atlassian.confluence.cache.hazelcast.monitoring.ConfluenceMonitoringLoader<K,V>
- All Implemented Interfaces:
com.atlassian.cache.CacheLoader<K,
V>
@Internal
@Deprecated(forRemoval=true)
public class ConfluenceMonitoringLoader<K,V>
extends Object
implements com.atlassian.cache.CacheLoader<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.3
Wraps underlying loader and records stats for under it parent cache namespace
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceMonitoringLoader
(ConfluenceMonitoring confluenceMonitoring, String cacheName, com.atlassian.cache.CacheLoader<K, V> cacheLoader) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
ConfluenceMonitoringLoader
public ConfluenceMonitoringLoader(ConfluenceMonitoring confluenceMonitoring, String cacheName, com.atlassian.cache.CacheLoader<K, V> cacheLoader) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details