Interface CacheContainerStats

All Superinterfaces:
JsonSerialization, Stats
All Known Implementing Classes:
CacheContainerStatsImpl

@Deprecated(forRemoval=true) public interface CacheContainerStats extends Stats
Deprecated, for removal: This API element is subject to removal in a future version.
Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance. Please use Stats or ClusterCacheStats instead.
Similar to Stats but in the scope of a single per node CacheContainer.
Since:
7.1
Author:
Vladimir Blagojevic
  • Field Details

    • OBJECT_NAME

      static final String OBJECT_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • getHitRatio

      double getHitRatio()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getReadWriteRatio

      double getReadWriteRatio()
      Deprecated, for removal: This API element is subject to removal in a future version.