public class RestStoreConfiguration extends AbstractStoreConfiguration
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
APPEND_CACHE_NAME_TO_PATH |
static AttributeDefinition<String> |
HOST |
static AttributeDefinition<String> |
KEY2STRING_MAPPER |
static AttributeDefinition<Integer> |
MAX_CONTENT_LENGTH |
static AttributeDefinition<String> |
METADATA_HELPER |
static AttributeDefinition<String> |
PATH |
static AttributeDefinition<Integer> |
PORT |
static AttributeDefinition<Boolean> |
RAW_VALUES |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, 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() |
int |
maxContentLength() |
String |
metadataHelper() |
String |
path() |
int |
port() |
boolean |
rawValues() |
String |
toString() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, shared, singletonStore, transactional
public static final AttributeDefinition<String> KEY2STRING_MAPPER
public static final AttributeDefinition<String> METADATA_HELPER
public static final AttributeDefinition<String> HOST
public static final AttributeDefinition<Integer> PORT
public static final AttributeDefinition<String> PATH
public static final AttributeDefinition<Boolean> APPEND_CACHE_NAME_TO_PATH
public static final AttributeDefinition<Boolean> RAW_VALUES
public static final AttributeDefinition<Integer> MAX_CONTENT_LENGTH
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 int maxContentLength()
public String toString()
toString
in class AbstractStoreConfiguration
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.