Methods Summary |
---|
public java.lang.Integer | getAddCount()Returns the number of times new entries have been added
|
public java.lang.Integer | getEntryCount()Returns current number of Entries
|
public java.lang.Integer | getHitCount()Return the number of cache hits
|
public java.lang.Integer | getMaxEntries()Returns maximum possible number of entries
|
public java.lang.Integer | getMissCount()Returns the number of cache misses
|
public java.lang.String | getName()Returns a unique identifier for this MBean inside the domain
|
public java.lang.Integer | getOverflowCount()Returns the number of times that an overflow has occurred
|
public java.lang.Integer | getRefreshCount()Returns the number of values that have been refreshed
(replaced with a new value in an existing extry)
|
public java.lang.Integer | getRemovalCount()Returns the number of entries that have been removed
|
public java.lang.Integer | getTableSize()Returns current number of buckets
|
public java.lang.Integer | getThreshold()Returns threshold. This when reached, an overflow will occur
|