public static class CachePoolStats.Builder extends Object
Constructor and Description |
---|
CachePoolStats.Builder() |
Modifier and Type | Method and Description |
---|---|
CachePoolStats |
build() |
CachePoolStats.Builder |
setBytesCached(long bytesCached) |
CachePoolStats.Builder |
setBytesNeeded(long bytesNeeded) |
CachePoolStats.Builder |
setBytesOverlimit(long bytesOverlimit) |
CachePoolStats.Builder |
setFilesCached(long filesCached) |
CachePoolStats.Builder |
setFilesNeeded(long filesNeeded) |
public CachePoolStats.Builder setBytesNeeded(long bytesNeeded)
public CachePoolStats.Builder setBytesCached(long bytesCached)
public CachePoolStats.Builder setBytesOverlimit(long bytesOverlimit)
public CachePoolStats.Builder setFilesNeeded(long filesNeeded)
public CachePoolStats.Builder setFilesCached(long filesCached)
public CachePoolStats build()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.