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<? extends MarshallingTwoWayKey2StringMapper> 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<? extends MetadataHelper> 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.
|
addProperty, async, fetchPersistentState, ignoreModifications, preload, purgeOnStartup, shared, singleton, withProperties
build, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, locking, persistence, sites, storeAsBinary, transaction, unsafe, versioning
ConnectionPoolConfigurationBuilder connectionPool()
RestStoreConfigurationBuilder host(String host)
RestStoreConfigurationBuilder key2StringMapper(String key2StringMapper)
Key2StringMapper
to use for mapping keys to strings suitable for
RESTful retrieval/storage. Defaults to MarshalledValueOrPrimitiveMapper
RestStoreConfigurationBuilder key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
Key2StringMapper
to use for mapping keys to strings suitable for
RESTful retrieval/storage. Defaults to MarshalledValueOrPrimitiveMapper
RestStoreConfigurationBuilder metadataHelper(String metadataHelper)
MetadataHelper
to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper
RestStoreConfigurationBuilder metadataHelper(Class<? extends MetadataHelper> metadataHelper)
MetadataHelper
to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper
RestStoreConfigurationBuilder path(String path)
RestStoreConfigurationBuilder port(int port)
RestStoreConfigurationBuilder appendCacheNameToPath(boolean appendCacheNameToPath)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.