@GridMBeanDescription(value="MBean for LRU cache eviction policy.") public interface GridCacheLruEvictionPolicyMBean
LRU eviction policy.| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentSize()
Gets current queue size.
|
int |
getMaxSize()
Gets maximum allowed cache size.
|
String |
getMetaAttributeName()
Gets name of metadata attribute used to store eviction policy data.
|
void |
setMaxSize(int max)
Sets maximum allowed cache size.
|
@GridMBeanDescription(value="Name of metadata attribute used to store eviction policy data.") String getMetaAttributeName()
@GridMBeanDescription(value="Maximum allowed cache size.") int getMaxSize()
@GridMBeanDescription(value="Sets maximum allowed cache size.") void setMaxSize(int max)
max - Maximum allowed cache size.@GridMBeanDescription(value="Current queue size.") int getCurrentSize()
Copyright © 2014. All rights reserved.