Class OHCacheStats


  • public final class OHCacheStats
    extends Object
    • Constructor Detail

      • OHCacheStats

        public OHCacheStats​(long hitCount,
                            long missCount,
                            long evictionCount,
                            long expireCount,
                            long[] segmentSizes,
                            long size,
                            long capacity,
                            long free,
                            long rehashCount,
                            long putAddCount,
                            long putReplaceCount,
                            long putFailCount,
                            long removeCount,
                            long totalAllocated,
                            long lruCompactions)
    • Method Detail

      • getCapacity

        public long getCapacity()
      • getFree

        public long getFree()
      • getRehashCount

        public long getRehashCount()
      • getHitCount

        public long getHitCount()
      • getMissCount

        public long getMissCount()
      • getEvictionCount

        public long getEvictionCount()
      • getExpireCount

        public long getExpireCount()
      • getSegmentSizes

        public long[] getSegmentSizes()
      • getSize

        public long getSize()
      • getPutAddCount

        public long getPutAddCount()
      • getPutReplaceCount

        public long getPutReplaceCount()
      • getPutFailCount

        public long getPutFailCount()
      • getRemoveCount

        public long getRemoveCount()
      • getAverageSegmentSize

        public double getAverageSegmentSize()
      • getMinSegmentSize

        public long getMinSegmentSize()
      • getMaxSegmentSize

        public long getMaxSegmentSize()
      • getTotalAllocated

        public long getTotalAllocated()
      • getLruCompactions

        public long getLruCompactions()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object