Class RequestCacheStats

    • Constructor Detail

      • RequestCacheStats

        public RequestCacheStats()
      • RequestCacheStats

        public RequestCacheStats​(StreamInput in)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • RequestCacheStats

        public RequestCacheStats​(long memorySize,
                                 long evictions,
                                 long hitCount,
                                 long missCount)