public class RestStoreConfiguration extends AbstractStoreConfiguration
Constructor and Description |
---|
RestStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
ConnectionPoolConfiguration connectionPool,
String key2StringMapper,
String metadataHelper,
String host,
int port,
String path,
boolean appendCacheNameToPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
appendCacheNameToPath() |
ConnectionPoolConfiguration |
connectionPool() |
String |
host() |
String |
key2StringMapper() |
String |
metadataHelper() |
String |
path() |
int |
port() |
String |
toString() |
async, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore
public RestStoreConfiguration(boolean purgeOnStartup, boolean fetchPersistentState, boolean ignoreModifications, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, boolean preload, boolean shared, Properties properties, ConnectionPoolConfiguration connectionPool, String key2StringMapper, String metadataHelper, String host, int port, String path, boolean appendCacheNameToPath)
public ConnectionPoolConfiguration connectionPool()
public String key2StringMapper()
public String metadataHelper()
public String host()
public int port()
public String path()
public boolean appendCacheNameToPath()
public String toString()
toString
in class AbstractStoreConfiguration
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.