public class VisorCacheStoreConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorCacheStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchSize() |
boolean |
enabled() |
long |
flushFrequency() |
int |
flushSize() |
int |
flushThreadCount() |
static VisorCacheStoreConfiguration |
from(IgniteEx ignite,
CacheConfiguration ccfg) |
boolean |
jdbcStore() |
boolean |
readThrough() |
String |
store() |
String |
storeFactory() |
String |
toString() |
boolean |
writeBehindEnabled() |
boolean |
writeThrough() |
public static 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.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.4.0 Release Date : September 24 2015