Uses of Interface
org.infinispan.client.hotrod.RemoteCache
Packages that use RemoteCache
Package
Description
Hot Rod client API.
Hot Rod client remote event API.
Hot Rod-based
AdvancedLoadWriteStore
.-
Uses of RemoteCache in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheModifier and TypeMethodDescription<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.since 11.0.<K,
V> RemoteCache<K, V> default <K,
V> RemoteCache<K, V> Deprecated.since 11.0.default <K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionManager transactionManager) Deprecated.since 11.0.default <K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode) Deprecated.since 11.0.<K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, TransactionManager transactionManager) Deprecated.since 11.0.default <K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionManager transactionManager) Deprecated.since 11.0.default <K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionMode transactionMode) Deprecated.since 11.0.<K,
V> RemoteCache<K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionMode transactionMode, TransactionManager transactionManager) Deprecated.since 11.0.<K,
V> RemoteCache<K, V> RemoteCacheManager.getCache()
Retrieves the default cache from the remote server.<K,
V> RemoteCache<K, V> 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) Return a new instance ofRemoteCache
using the suppliedDataFormat
.Applies one or moreFlag
s to the scope of a single invocation.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheModifier and TypeMethodDescriptionstatic <K,
V> ContinuousQuery<K, V> Search.getContinuousQuery
(RemoteCache<K, V> cache) static QueryFactory
Search.getQueryFactory
(RemoteCache<?, ?> cache) -
Uses of RemoteCache in org.infinispan.client.hotrod.event
Methods in org.infinispan.client.hotrod.event with parameters of type RemoteCacheModifier and TypeMethodDescriptionstatic void
ClientEvents.addClientQueryListener
(RemoteCache<?, ?> remoteCache, Object listener, Query<?> query) Register a client listener that uses a query DSL based filter. -
Uses of RemoteCache in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote that return RemoteCache