@MXBeanDescription(value="MBean for FIFO cache eviction policy.") public interface CacheFifoEvictionPolicyMBean
FIFO
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="Set maximum allowed cache size.") void setMaxSize(int max)
max
- Maximum allowed cache size.@MXBeanDescription(value="Current FIFO queue size.") int getCurrentSize()
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015