Uses of Enum Class
org.infinispan.client.hotrod.DefaultTemplate
Packages that use DefaultTemplate
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
-
Uses of DefaultTemplate in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return DefaultTemplateModifier and TypeMethodDescriptionstatic DefaultTemplate
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static DefaultTemplate[]
DefaultTemplate.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.client.hotrod with parameters of type DefaultTemplateModifier and TypeMethodDescription<K,
V> RemoteCache <K, V> RemoteCacheManagerAdmin.createCache
(String name, DefaultTemplate template) Deprecated, for removal: This API element is subject to removal in a future version.<K,
V> RemoteCache <K, V> RemoteCacheManagerAdmin.getOrCreateCache
(String name, DefaultTemplate template) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DefaultTemplate in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration with parameters of type DefaultTemplateModifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.templateName
(DefaultTemplate template) Deprecated, for removal: This API element is subject to removal in a future version.since default templates have been removed, useRemoteCacheConfigurationBuilder.configuration(String)
and supply the cache type using the declarative configuration, for example {"replicated-cache": { "mode": "sync"}} in place of org.infinispan.REPL_SYNC -
Uses of DefaultTemplate in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type DefaultTemplateModifier and TypeMethodDescription<K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.createCache
(String name, DefaultTemplate template) <K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.getOrCreateCache
(String name, DefaultTemplate template)
RemoteCacheManagerAdmin.createCache(String, String)
instead