public class RestStoreConfiguration extends AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED, TRANSACTIONAL
Constructor and Description |
---|
RestStoreConfiguration(AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
ConnectionPoolConfiguration connectionPool) |
Modifier and Type | Method and Description |
---|---|
boolean |
appendCacheNameToPath() |
static AttributeSet |
attributeDefinitionSet() |
ConnectionPoolConfiguration |
connectionPool() |
String |
host() |
String |
key2StringMapper() |
String |
metadataHelper() |
String |
path() |
int |
port() |
boolean |
rawValues() |
String |
toString() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore, transactional
public RestStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore, ConnectionPoolConfiguration connectionPool)
public static AttributeSet attributeDefinitionSet()
public ConnectionPoolConfiguration connectionPool()
public String key2StringMapper()
public String metadataHelper()
public String host()
public int port()
public String path()
public boolean appendCacheNameToPath()
public boolean rawValues()
public String toString()
toString
in class AbstractStoreConfiguration
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.