@MXBeanDescription(value="MBean for LRU cache eviction policy.") public interface LruEvictionPolicyMBean
LRU
eviction policy.Modifier and Type | Method and Description |
---|---|
int |
getCurrentSize()
Gets current queue size.
|
int |
getMaxSize()
Gets maximum allowed cache size.
|
void |
setMaxSize(int max)
Sets maximum allowed cache size.
|
@MXBeanDescription(value="Maximum allowed cache size.") int getMaxSize()
@MXBeanDescription(value="Sets maximum allowed cache size.") void setMaxSize(int max)
max
- Maximum allowed cache size.@MXBeanDescription(value="Current queue size.") int getCurrentSize()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015