Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.persistence.remote |
Hot Rod-based
AdvancedLoadWriteStore . |
Modifier and Type | Method and Description |
---|---|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache()
Retrieves the default cache from the remote server.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(boolean forceReturnValue) |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(boolean forceReturnValue) |
<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) |
<K,V> RemoteCache<K,V> |
RemoteCacheContainer.getCache(String cacheName,
boolean forceReturnValue) |
RemoteCache<K,V> |
RemoteCache.withFlags(Flag... flags)
Applies one or more
Flag s to the scope of a single invocation. |
Modifier and Type | Method and Description |
---|---|
static <K,V> ContinuousQuery<K,V> |
Search.getContinuousQuery(RemoteCache<K,V> cache) |
static QueryFactory |
Search.getQueryFactory(RemoteCache<?,?> cache) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientEvents.addClientQueryListener(RemoteCache<?,?> remoteCache,
Object listener,
Query query)
Register a client listener that uses a query DSL based filter.
|
Modifier and Type | Method and Description |
---|---|
RemoteCache<Object,Object> |
RemoteStore.getRemoteCache() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.