Package | Description |
---|---|
org.infinispan.persistence.rest.configuration |
Configuration for
RestStore |
Modifier and Type | Method and Description |
---|---|
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.appendCacheNameToPath(boolean appendCacheNameToPath)
Determines whether to append the cache name to the path URI.
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.appendCacheNameToPath(boolean appendCacheNameToPath) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.appendCacheNameToPath(boolean appendCacheNameToPath) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.host(String host)
The host to connect to
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.host(String host) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.host(String host) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.key2StringMapper(String key2StringMapper)
The class name of a
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.key2StringMapper(String key2StringMapper) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.key2StringMapper(String key2StringMapper) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.metadataHelper(Class<? extends MetadataHelper> metadataHelper)
The class of a
MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.metadataHelper(Class<? extends MetadataHelper> metadataHelper) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.metadataHelper(Class<? extends MetadataHelper> metadataHelper) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.metadataHelper(String metadataHelper)
The class name of a
MetadataHelper to use for managing appropriate metadata for the entries
Defaults to EmbeddedMetadataHelper |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.metadataHelper(String metadataHelper) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.metadataHelper(String metadataHelper) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.path(String path)
The path portion of the RESTful service.
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.path(String path) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.path(String path) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.port(int port)
The port to connect to.
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.port(int port) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.port(int port) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.rawValues(boolean rawValues)
Reads/writes "raw" values to the REST server instead of marshalling (used by the rolling upgrades feature)
|
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.rawValues(boolean rawValues) |
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.rawValues(boolean rawValues) |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.read(RestStoreConfiguration template) |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.self() |
Constructor and Description |
---|
AbstractRestStoreConfigurationChildBuilder(RestStoreConfigurationBuilder builder) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.