public class MemoryStoreConfig extends BaseSailConfig
Constructor and Description |
---|
MemoryStoreConfig() |
MemoryStoreConfig(boolean persist) |
MemoryStoreConfig(boolean persist,
long syncDelay) |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Model graph) |
boolean |
getPersist() |
long |
getSyncDelay() |
void |
parse(Model graph,
Resource implNode) |
void |
setPersist(boolean persist) |
void |
setSyncDelay(long syncDelay) |
getEvaluationStrategyFactory, getEvaluationStrategyFactoryClassName, setEvaluationStrategyFactoryClassName
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setType, validate
public 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(Model graph)
export
in interface SailImplConfig
export
in class BaseSailConfig
public void parse(Model graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class BaseSailConfig
SailConfigException
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.