| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
| org.infinispan.client.hotrod.event.impl | |
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.impl.multimap | |
| org.infinispan.client.hotrod.impl.protocol | |
| org.infinispan.client.hotrod.impl.query | |
| org.infinispan.client.hotrod.impl.transaction | |
| org.infinispan.client.hotrod.near |
| Modifier and Type | Method and Description |
|---|---|
<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> |
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,
String template)
Creates a cache on the remote server cluster using the specified template name.
|
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache() |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache()
Retrieves the default cache from the remote server.
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(boolean forceReturnValue)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName) |
<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.
|
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
boolean forceReturnValue,
TransactionMode transactionMode,
TransactionManager transactionManager) |
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
default <K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager)
Deprecated.
since 11.0. Use
ConfigurationBuilder.remoteCache(String) to configure the cache and then RemoteCacheContainer.getCache(String) to obtain it. |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
TransactionMode transactionMode,
TransactionManager transactionManager) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdmin.getOrCreateCache(String name,
BasicConfiguration configuration)
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,
String template)
Retrieves an existing cache on the remote server cluster.
|
<T,U> RemoteCache<T,U> |
RemoteCache.withDataFormat(DataFormat dataFormat)
Return a new instance of
RemoteCache using the supplied DataFormat. |
RemoteCache<K,V> |
RemoteCache.withFlags(Flag... flags)
Applies one or more
Flags to the scope of a single invocation. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> org.infinispan.query.api.continuous.ContinuousQuery<K,V> |
Search.getContinuousQuery(RemoteCache<K,V> cache) |
static org.infinispan.query.dsl.QueryFactory |
Search.getQueryFactory(RemoteCache<?,?> cache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientEvents.addClientQueryListener(RemoteCache<?,?> remoteCache,
Object listener,
org.infinispan.query.dsl.Query<?> query)
Register a client listener that uses a query DSL based filter.
|
| Constructor and Description |
|---|
ContinuousQueryImpl(RemoteCache<K,V> cache) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalRemoteCache<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRemoteCache<K,V>
Delegates all invocations to the provided underlying
InternalRemoteCache but provides extensibility to intercept
when a method is invoked. |
class |
InvalidatedNearRemoteCache<K,V>
Near
RemoteCache implementation enabling |
class |
RemoteCacheImpl<K,V> |
class |
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.createCache(String name,
BasicConfiguration configuration) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.createCache(String name,
DefaultTemplate template) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.createCache(String name,
String template) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.getOrCreateCache(String name,
BasicConfiguration configuration) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.getOrCreateCache(String name,
DefaultTemplate template) |
<K,V> RemoteCache<K,V> |
RemoteCacheManagerAdminImpl.getOrCreateCache(String name,
String template) |
| Constructor and Description |
|---|
RemoteMultimapCacheImpl(RemoteCacheManager rcm,
RemoteCache<K,Collection<V>> cache) |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> CloseableIterator<Map.Entry<K,V>> |
Codec.entryIterator(RemoteCache<K,V> remoteCache,
IntSet segments,
int batchSize)
Creates an entry iterator with the given batch size if applicable.
|
<K,V> CloseableIterator<Map.Entry<K,V>> |
Codec23.entryIterator(RemoteCache<K,V> remoteCache,
IntSet segments,
int batchSize) |
default <K> CloseableIterator<K> |
Codec.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize)
Creates a key iterator with the given batch size if applicable.
|
<K> CloseableIterator<K> |
Codec20.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize) |
<K> CloseableIterator<K> |
Codec23.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize) |
<K> CloseableIterator<K> |
Codec27.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
RemoteCache<?,?> |
RemoteQuery.getCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalRemoteCacheImpl<K,V>
A
RemoteCache implementation that handles Transaction. |
| Modifier and Type | Method and Description |
|---|---|
void |
NearCacheService.start(RemoteCache<K,V> remote) |
void |
NearCacheService.stop(RemoteCache<K,V> remote) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.