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
Subclasses with type arguments of type DefaultTemplate in org.infinispan.client.hotrodModifier and TypeClassDescriptionenumThis enum lists the cache configuration templates names that are available in the server by default.Methods in org.infinispan.client.hotrod that return DefaultTemplateModifier and TypeMethodDescriptionstatic DefaultTemplateReturns the enum constant of this class with the specified name.static DefaultTemplate[]DefaultTemplate.values()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) 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
Methods in org.infinispan.client.hotrod.configuration with parameters of type DefaultTemplateModifier 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
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)