You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2021/10/25 13:16:00 UTC

[jira] [Created] (OAK-9605) SegmentCacheStats uses Guava in API

Julian Reschke created OAK-9605:
-----------------------------------

             Summary: SegmentCacheStats uses Guava in API
                 Key: OAK-9605
                 URL: https://issues.apache.org/jira/browse/OAK-9605
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: segment-tar
            Reporter: Julian Reschke


{noformat}
    @Override
    protected CacheStats getCurrentStats() {
        return new CacheStats(
                hitCount.get(),
                missCount.get(),
                loadSuccessCount.get(),
                loadExceptionCount.get(),
                loadTime.get(),
                evictionCount.get()
        );
    }
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)