Interface CacheStatistics

  • All Known Implementing Classes:
    HazelcastCacheStatistics

    @Deprecated
    public interface CacheStatistics
    Deprecated.
    since 7.5 Use ManagedCache.getStatistics()
    Interface for reporting cache statistics
    • Method Detail

      • getHitCount

        long getHitCount()
        Deprecated.
      • getExpiredCount

        long getExpiredCount()
        Deprecated.
      • getAccessCount

        long getAccessCount()
        Deprecated.
      • getMissCount

        long getMissCount()
        Deprecated.
      • getHitPercent

        int getHitPercent()
        Deprecated.
      • getSize

        long getSize()
        Deprecated.
      • getMaxSize

        long getMaxSize()
        Deprecated.
      • getName

        String getName()
        Deprecated.
      • getUsagePercent

        int getUsagePercent()
        Deprecated.
      • getNiceName

        String getNiceName()
        Deprecated.
      • hasContents

        boolean hasContents()
        Deprecated.
      • getFormattedSizeInMegabytes

        String getFormattedSizeInMegabytes()
        Deprecated.
      • getSizeInBytes

        long getSizeInBytes()
        Deprecated.
      • isNearCache

        boolean isNearCache()
        Deprecated.