RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.cacheName(String cacheName) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.cacheName(String cacheName) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.cacheName(String cacheName) |
The cache name of the remote REST endpoint.
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.host(String host) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.host(String host) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.host(String host) |
The host to connect to
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.key2StringMapper(Class<? extends org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper> klass) |
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.key2StringMapper(String key2StringMapper) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.key2StringMapper(Class<? extends org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper> klass) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.key2StringMapper(String key2StringMapper) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.key2StringMapper(Class<? extends org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper> klass) |
The class of a Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage.
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.key2StringMapper(String key2StringMapper) |
The class name of a Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage.
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.maxContentLength(int maxContentLength) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.maxContentLength(int maxContentLength) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.maxContentLength(int maxContentLength) |
Sets the maximum content length.
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.metadataHelper(Class<? extends org.infinispan.persistence.rest.metadata.MetadataHelper> metadataHelper) |
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.metadataHelper(String metadataHelper) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.metadataHelper(Class<? extends org.infinispan.persistence.rest.metadata.MetadataHelper> metadataHelper) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.metadataHelper(String metadataHelper) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.metadataHelper(Class<? extends org.infinispan.persistence.rest.metadata.MetadataHelper> metadataHelper) |
The class of a MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.metadataHelper(String metadataHelper) |
The class name of a MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.port(int port) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.port(int port) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.port(int port) |
The port to connect to.
|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.rawValues(boolean rawValues) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.rawValues(boolean rawValues) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.rawValues(boolean rawValues) |
Reads/writes "raw" values to the REST server instead of marshalling (used by the rolling upgrades feature)
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.read(RestStoreConfiguration template) |
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.self() |
|