public final class UtlPool.Stats extends Object
Modifier and Type | Method and Description |
---|---|
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() |
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()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.