Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
org.infinispan.client.hotrod.impl |
Modifier and Type | Method and Description |
---|---|
static DefaultTemplate |
DefaultTemplate.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
<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.
|
Modifier and Type | Method and Description |
---|---|
RemoteCacheConfigurationBuilder |
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.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.createCache(String name,
DefaultTemplate template) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.getOrCreateCache(String name,
DefaultTemplate template) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.