public class VisorCacheNearConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorCacheNearConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static VisorCacheNearConfiguration |
from(CacheConfiguration ccfg) |
boolean |
nearEnabled() |
void |
nearEnabled(boolean nearEnabled) |
Integer |
nearEvictMaxSize() |
void |
nearEvictMaxSize(Integer nearEvictMaxSize) |
String |
nearEvictPolicy() |
void |
nearEvictPolicy(String nearEvictPlc) |
int |
nearStartSize() |
void |
nearStartSize(int nearStartSize) |
String |
toString() |
public static VisorCacheNearConfiguration from(CacheConfiguration ccfg)
ccfg - Cache configuration.public boolean nearEnabled()
public void nearEnabled(boolean nearEnabled)
nearEnabled - New flag to enable/disable near cache eviction policy.public int nearStartSize()
public void nearStartSize(int nearStartSize)
nearStartSize - New near cache start size.public void nearEvictPolicy(String nearEvictPlc)
nearEvictPlc - New near cache eviction policy.@Nullable public Integer nearEvictMaxSize()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015