@MXBeanDescription(value="MBean for sorted cache eviction policy.") public interface SortedEvictionPolicyMBean
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize()
Gets batch size.
|
int |
getCurrentSize()
Gets current size.
|
int |
getMaxSize()
Gets maximum allowed cache size.
|
void |
setBatchSize(int batchSize)
Sets batch 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="Batch size.") int getBatchSize()
@MXBeanDescription(value="Set batch size.") void setBatchSize(int batchSize)
batchSize
- Batch size.@MXBeanDescription(value="Current sorted key set size.") int getCurrentSize()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015