Interface CacheContainerStats

All Known Implementing Classes:
CacheContainerStatsImpl

public interface CacheContainerStats
Similar to Stats but in the scope of a single per-node CacheContainer.
Since:
7.1
Author:
Vladimir Blagojevic
  • Field Details

  • Method Details

    • getRequiredMinimumNumberOfNodes

      int getRequiredMinimumNumberOfNodes()
    • getDataMemoryUsed

      long getDataMemoryUsed()
    • getOffHeapMemoryUsed

      long getOffHeapMemoryUsed()
    • reset

      void reset()
    • toJson

      Json toJson()