Interface CacheContainerStats

All Superinterfaces:
org.infinispan.commons.dataconversion.internal.JsonSerialization, Stats

@Deprecated public interface CacheContainerStats extends Stats
Deprecated.
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

  • Method Details

    • getHitRatio

      double getHitRatio()
      Deprecated.
    • getReadWriteRatio

      double getReadWriteRatio()
      Deprecated.