public class VisorCacheStoreConfiguration extends Object implements Serializable, LessNamingBean
| Constructor and Description |
|---|
VisorCacheStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchSize() |
boolean |
enabled() |
long |
flushFrequency() |
int |
flushSize() |
int |
flushThreadCount() |
VisorCacheStoreConfiguration |
from(IgniteEx ignite,
CacheConfiguration ccfg) |
boolean |
jdbcStore() |
boolean |
readThrough() |
String |
store() |
String |
storeFactory() |
String |
toString() |
boolean |
writeBehindEnabled() |
boolean |
writeThrough() |
public VisorCacheStoreConfiguration from(IgniteEx ignite, CacheConfiguration ccfg)
ignite - Ignite instance.ccfg - Cache configuration.public boolean enabled()
true if cache has store.public boolean jdbcStore()
true if cache has JDBC store.@Nullable public String store()
public String storeFactory()
public boolean readThrough()
public boolean writeThrough()
public boolean writeBehindEnabled()
public int batchSize()
public long flushFrequency()
public int flushSize()
public int flushThreadCount()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016