Uses of Class
org.infinispan.client.hotrod.DefaultTemplate
-
Packages that use DefaultTemplate Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of DefaultTemplate in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return DefaultTemplate Modifier and Type Method Description static DefaultTemplateDefaultTemplate. valueOf(java.lang.String name)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.Methods in org.infinispan.client.hotrod with parameters of type DefaultTemplate Modifier and Type Method Description <K,V>
RemoteCache<K,V>RemoteCacheManagerAdmin. createCache(java.lang.String name, DefaultTemplate template)Creates a cache on the remote server cluster using the specified template.
-