public class MemoryStoreConfig extends SailImplConfigBase
| Constructor and Description |
|---|
MemoryStoreConfig() |
MemoryStoreConfig(boolean persist) |
MemoryStoreConfig(boolean persist,
long syncDelay) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
export(Graph graph) |
boolean |
getPersist() |
long |
getSyncDelay() |
void |
parse(Graph graph,
Resource implNode) |
void |
setPersist(boolean persist) |
void |
setSyncDelay(long syncDelay) |
getIterationCacheSyncThreshold, getType, setIterationCacheSyncThreshold, setType, validatepublic MemoryStoreConfig()
public MemoryStoreConfig(boolean persist)
public MemoryStoreConfig(boolean persist,
long syncDelay)
public boolean getPersist()
public void setPersist(boolean persist)
public long getSyncDelay()
public void setSyncDelay(long syncDelay)
public Resource export(Graph graph)
export in interface SailImplConfigexport in class SailImplConfigBasepublic void parse(Graph graph, Resource implNode) throws SailConfigException
parse in interface SailImplConfigparse in class SailImplConfigBaseSailConfigExceptionCopyright © 2001–2015 Aduna. All rights reserved.