public static class CacheManager.Bean<K,V> extends Object implements Comparable<CacheManager.Bean<?,?>>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CacheManager.Bean<?,?> bean) |
boolean |
equals(Object o) |
int |
getByteSize() |
int |
getCheapByteSize() |
Map<K,Integer> |
getCounts() |
String |
getDescription() |
Set<Map.Entry<K,V>> |
getEntrySet() |
long |
getHits() |
Set<K> |
getKeySet() |
Map<K,V> |
getMap() |
int |
getMaxEntrySize() |
int |
getMaxSize() |
long |
getMisses() |
String |
getName() |
long |
getPuts() |
double |
getRatio() |
ReleaseStrategy |
getReleaseStrategy() |
int |
getSize() |
String |
getStats() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEmpty() |
String |
toString() |
public String getName()
public String getDescription()
public int getMaxEntrySize()
public long getHits()
public long getMisses()
public long getPuts()
public int getMaxSize()
public int getSize()
public double getRatio()
public String getStats()
public boolean isActive()
public int getByteSize()
public int getCheapByteSize()
public boolean isEmpty()
public ReleaseStrategy getReleaseStrategy()
public int compareTo(CacheManager.Bean<?,?> bean)
compareTo in interface Comparable<CacheManager.Bean<?,?>>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}