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.
|
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, transactional, withProperties
build, clustering, compatibility, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, locking, memory, persistence, security, simpleCache, simpleCache, sites, storeAsBinary, template, transaction, unsafe, validate, 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 WrappedByteArrayOrPrimitiveMapper
RestStoreConfigurationBuilder key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
Key2StringMapper
to use for mapping keys to strings suitable for
RESTful retrieval/storage. Defaults to WrappedByteArrayOrPrimitiveMapper
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)
RestStoreConfigurationBuilder rawValues(boolean rawValues)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.