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.3Wraps underlying loader and records stats for under it parent cache namespace
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Split
createLoadSplit()
Deprecated, for removal: This API element is subject to removal in a future version.@NonNull V
load(@NonNull K key)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
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.
-
-