Class Cache.CacheStats

java.lang.Object
org.elasticsearch.common.cache.Cache.CacheStats
Enclosing class:
Cache<K,​V>

public static class Cache.CacheStats
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    CacheStats​(long hits, long misses, long evictions)  
  • Method Summary

    Modifier and Type Method Description
    long getEvictions()  
    long getHits()  
    long getMisses()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CacheStats

      public CacheStats​(long hits, long misses, long evictions)
  • Method Details

    • getHits

      public long getHits()
    • getMisses

      public long getMisses()
    • getEvictions

      public long getEvictions()