@InterfaceAudience.Public @InterfaceStability.Evolving public class CachePoolStats extends Object
Modifier and Type | Method and Description |
---|---|
long |
getBytesCached() |
long |
getBytesNeeded() |
long |
getBytesOverlimit() |
long |
getFilesCached() |
long |
getFilesNeeded() |
String |
toString() |
public long getBytesNeeded()
public long getBytesCached()
public long getBytesOverlimit()
public long getFilesNeeded()
public long getFilesCached()
Copyright © 2015 Apache Software Foundation. All rights reserved.