Class CachingTestUtils.CacheStats

    • Constructor Detail

      • CacheStats

        public CacheStats​(long cachedReads,
                          long remoteReads,
                          long nonLocalReads,
                          long asyncDownloadedMb)
    • Method Detail

      • getCachedReads

        public long getCachedReads()
      • getRemoteReads

        public long getRemoteReads()
      • getNonLocalReads

        public long getNonLocalReads()
      • getAsyncDownloadedMb

        public long getAsyncDownloadedMb()