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

    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

    Modifier and Type
    Method
    Description
    protected Split
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

    • load

      public @NonNull V load(@NonNull K key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      load in interface com.atlassian.cache.CacheLoader<K,V>
    • createLoadSplit

      protected Split createLoadSplit()
      Deprecated, for removal: This API element is subject to removal in a future version.