<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdmin.createCache(String name,
String template) |
Creates a cache on the remote server cluster using the specified template name.
|
<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.createCache(String name,
BasicConfiguration configuration) |
Creates a cache on the remote server cluster using the specified configuration
|
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache() |
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(boolean forceReturnValue) |
Deprecated.
|
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName) |
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue) |
Deprecated.
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionManager transactionManager) |
Deprecated.
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode) |
Deprecated.
|
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager) |
Deprecated.
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionManager transactionManager) |
Deprecated.
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode) |
Deprecated.
|
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager) |
Deprecated.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache() |
Retrieves the default cache from the remote server.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName) |
Retrieves a named cache from the remote server if the cache has been defined, otherwise if the cache name is
undefined, it will return null.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager) |
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager) |
|
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdmin.getOrCreateCache(String name,
String template) |
Retrieves an existing cache on the remote server cluster.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdmin.getOrCreateCache(String name,
DefaultTemplate template) |
Retrieves an existing cache on the remote server cluster.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdmin.getOrCreateCache(String name,
BasicConfiguration configuration) |
Retrieves an existing cache on the remote server cluster.
|
<T,U> RemoteCache<T,U> |
RemoteCache.withDataFormat(DataFormat dataFormat) |
|
RemoteCache<K,V> |
RemoteCache.withFlags(Flag... flags) |
Applies one or more Flag s to the scope of a single invocation.
|