Uses of Enum
org.infinispan.client.hotrod.DefaultTemplate
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
-
Uses of DefaultTemplate in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptionstatic DefaultTemplate
Returns the enum constant of this type with the specified name.static DefaultTemplate[]
DefaultTemplate.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.createCache
(String name, DefaultTemplate template) Creates a cache on the remote server cluster using the specified default configuration template present in the server.<K,
V> RemoteCache<K, V> RemoteCacheManagerAdmin.getOrCreateCache
(String name, DefaultTemplate template) Retrieves an existing cache on the remote server cluster. -
Uses of DefaultTemplate in org.infinispan.client.hotrod.configuration
Modifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.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. -
Uses of DefaultTemplate in org.infinispan.client.hotrod.impl
Modifier and TypeMethodDescription<K,
V> RemoteCache<K, V> RemoteCacheManagerAdminImpl.createCache
(String name, DefaultTemplate template) <K,
V> RemoteCache<K, V> RemoteCacheManagerAdminImpl.getOrCreateCache
(String name, DefaultTemplate template)