public interface RestStoreConfigurationChildBuilder<S> extends StoreConfigurationChildBuilder<S>
| Modifier and Type | Method and Description |
|---|---|
RestStoreConfigurationBuilder |
appendCacheNameToPath(boolean appendCacheNameToPath)
Determines whether to append the cache name to the path URI.
|
ConnectionPoolConfigurationBuilder |
connectionPool()
Configures the connection pool
|
RestStoreConfigurationBuilder |
host(String host)
The host to connect to
|
RestStoreConfigurationBuilder |
key2StringMapper(Class<?> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. |
RestStoreConfigurationBuilder |
key2StringMapper(String key2StringMapper)
The class name of a
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. |
RestStoreConfigurationBuilder |
metadataHelper(Class<?> metadataHelper)
The class of a
MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper |
RestStoreConfigurationBuilder |
metadataHelper(String metadataHelper)
The class name of a
MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper |
RestStoreConfigurationBuilder |
path(String path)
The path portion of the RESTful service.
|
RestStoreConfigurationBuilder |
port(int port)
The port to connect to.
|
RestStoreConfigurationBuilder |
rawValues(boolean rawValues)
Reads/writes "raw" values to the REST server instead of marshalling (used by the rolling upgrades feature)
|
addProperty, async, fetchPersistentState, ignoreModifications, preload, purgeOnStartup, shared, singleton, withPropertiesbuild, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, locking, persistence, security, sites, storeAsBinary, transaction, unsafe, validate, versioningConnectionPoolConfigurationBuilder connectionPool()
RestStoreConfigurationBuilder host(String host)
RestStoreConfigurationBuilder key2StringMapper(String key2StringMapper)
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. Defaults to MarshalledValueOrPrimitiveMapperRestStoreConfigurationBuilder key2StringMapper(Class<?> klass)
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. Defaults to MarshalledValueOrPrimitiveMapperRestStoreConfigurationBuilder metadataHelper(String metadataHelper)
MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelperRestStoreConfigurationBuilder metadataHelper(Class<?> metadataHelper)
MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelperRestStoreConfigurationBuilder path(String path)
RestStoreConfigurationBuilder port(int port)
RestStoreConfigurationBuilder appendCacheNameToPath(boolean appendCacheNameToPath)
RestStoreConfigurationBuilder rawValues(boolean rawValues)
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.