RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.configuration(String configuration) |
Specifies the declarative configuration to be used to create the cache if it doesn't already exist on the server.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.configurationURI(URI uri) |
Specifies a URI pointing to the declarative configuration to be used to create the cache if it doesn't already
exist on the server.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.forceReturnValues(boolean forceReturnValues) |
Whether or not to implicitly FORCE_RETURN_VALUE for all calls to this cache.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.marshaller(Class<? extends org.infinispan.commons.marshall.Marshaller> marshallerClass) |
Specifies a custom Marshaller implementation.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.marshaller(String className) |
Specifies a custom Marshaller implementation.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.marshaller(org.infinispan.commons.marshall.Marshaller marshaller) |
Specifies a custom Marshaller implementation to serialize and deserialize user objects.
|
RemoteCacheConfigurationBuilder |
AbstractConfigurationChildBuilder.remoteCache(String name) |
|
RemoteCacheConfigurationBuilder |
ConfigurationChildBuilder.remoteCache(String name) |
Per-cache configuration
|
RemoteCacheConfigurationBuilder |
HotRodConfigurationBuilder.remoteCache(String name) |
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.templateName(String templateName) |
Specifies the name of a template to be used to create the cache if it doesn't already exist on the server.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.transactionManagerLookup(org.infinispan.commons.tx.lookup.TransactionManagerLookup lookup) |
The TransactionManagerLookup to lookup for the transaction manager to interact with.
|
RemoteCacheConfigurationBuilder |
RemoteCacheConfigurationBuilder.transactionMode(TransactionMode mode) |
|