|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.util.UtlPool.Stats
public final class UtlPool.Stats
Stores pool statistics
Method Summary | |
---|---|
long |
detachedWashes()
Get the number of detached washes performed |
long |
evicts()
Get the number of cache evicts |
long |
gets()
Get the number of cache gets |
long |
growths()
Get the number of cache growths |
long |
hits()
Get the number of cache hits |
long |
misses()
Get the number of cache misses |
int |
preallocated()
Gets the number of items that were preallocated. |
long |
puts()
Get the number of cache puts |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final long puts()
public final long gets()
public final long hits()
public final long misses()
public final long evicts()
public final long growths()
public final long detachedWashes()
public final int preallocated()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |