Uses of Class
org.infinispan.hotrod.configuration.RemoteCacheConfigurationBuilder
Packages that use RemoteCacheConfigurationBuilder
-
Uses of RemoteCacheConfigurationBuilder in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return RemoteCacheConfigurationBuilderModifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.configuration(String configuration) Specifies the declarative configuration to be used to create the cache if it doesn't already exist on the server.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.forceReturnValues(boolean forceReturnValues) Whether or not to implicitly FORCE_RETURN_VALUE for all calls to this cache.RemoteCacheConfigurationBuilder.marshaller(Class<? extends org.infinispan.commons.marshall.Marshaller> marshallerClass) Specifies a customMarshallerimplementation.RemoteCacheConfigurationBuilder.marshaller(String className) Specifies a customMarshallerimplementation.RemoteCacheConfigurationBuilder.marshaller(org.infinispan.commons.marshall.Marshaller marshaller) Specifies a customMarshallerimplementation to serialize and deserialize user objects.AbstractConfigurationChildBuilder.remoteCache(String name) ConfigurationChildBuilder.remoteCache(String name) Per-cache configurationHotRodConfigurationBuilder.remoteCache(String name) 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.transactionManagerLookup(org.infinispan.commons.tx.lookup.TransactionManagerLookup lookup) TheTransactionManagerLookupto lookup for the transaction manager to interact with.RemoteCacheConfigurationBuilder.transactionMode(TransactionMode mode) TheTransactionModein which a resource will be enlisted.Method parameters in org.infinispan.hotrod.configuration with type arguments of type RemoteCacheConfigurationBuilderModifier and TypeMethodDescriptionHotRodConfiguration.addRemoteCache(String name, Consumer<RemoteCacheConfigurationBuilder> builderConsumer) Create a newRemoteCacheConfiguration.