Package | Description |
---|---|
org.infinispan.client.hotrod |
HotRod Client API
|
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> |
RemoteCacheManager.getCache(String cacheName)
Retrieves a named cache from the remote server if the cache has been
defined, otherwise if the cache name is underfined, it will return null.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.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 org.infinispan.query.dsl.QueryFactory |
Search.getQueryFactory(RemoteCache cache) |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.