Uses of Class
org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
Packages that use RemoteCacheConfigurationBuilder
-
Uses of RemoteCacheConfigurationBuilder in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.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 Marshaller> marshallerClass) Specifies a customMarshaller
implementation.RemoteCacheConfigurationBuilder.marshaller
(String className) Specifies a customMarshaller
implementation.RemoteCacheConfigurationBuilder.marshaller
(Marshaller marshaller) Specifies a customMarshaller
implementation to serialize and deserialize user objects.RemoteCacheConfigurationBuilder.nearCacheFactory
(NearCacheFactory factory) Specifies aNearCacheFactory
which is responsible for creatingNearCache
instances.RemoteCacheConfigurationBuilder.nearCacheMaxEntries
(int maxEntries) Specifies the maximum number of entries that will be held in the near cache.RemoteCacheConfigurationBuilder.nearCacheMode
(NearCacheMode mode) Specifies the near caching mode.RemoteCacheConfigurationBuilder.nearCacheUseBloomFilter
(boolean enable) Specifies whether bloom filter should be used for near cache to limit the number of write notifications for unrelated keys.AbstractConfigurationChildBuilder.remoteCache
(String name) ConfigurationBuilder.remoteCache
(String name) ConfigurationChildBuilder.remoteCache
(String name) Per-cache configurationRemoteCacheConfigurationBuilder.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.templateName
(DefaultTemplate template) Specifies one of the default templates to be used to create the cache if it doesn't already exist on the server.RemoteCacheConfigurationBuilder.transactionManager
(jakarta.transaction.TransactionManager manager) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0.RemoteCacheConfigurationBuilder.transactionManagerLookup
(TransactionManagerLookup lookup) TheTransactionManagerLookup
to lookup for theTransactionManager
to interact with.RemoteCacheConfigurationBuilder.transactionMode
(TransactionMode mode) TheTransactionMode
in which aRemoteCache
will be enlisted.Method parameters in org.infinispan.client.hotrod.configuration with type arguments of type RemoteCacheConfigurationBuilderModifier and TypeMethodDescriptionConfiguration.addRemoteCache
(String name, Consumer<RemoteCacheConfigurationBuilder> builderConsumer) Create a newRemoteCacheConfiguration
.