Uses of Interface
org.infinispan.client.hotrod.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
Modifier 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, for removal: This API element is subject to removal in a future version.since 11.0.<K,
V> RemoteCache <K, V> default <K,
V> RemoteCache <K, V> Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.default <K,
V> RemoteCache <K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, jakarta.transaction.TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.default <K,
V> RemoteCache <K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,
V> RemoteCache <K, V> RemoteCacheContainer.getCache
(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, jakarta.transaction.TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.default <K,
V> RemoteCache <K, V> RemoteCacheContainer.getCache
(String cacheName, jakarta.transaction.TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.default <K,
V> RemoteCache <K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionMode transactionMode) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,
V> RemoteCache <K, V> RemoteCacheContainer.getCache
(String cacheName, TransactionMode transactionMode, jakarta.transaction.TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.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, jakarta.transaction.TransactionManager transactionManager) <K,
V> RemoteCache <K, V> RemoteCacheManager.getCache
(String cacheName, TransactionMode transactionMode, jakarta.transaction.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.Modifier and TypeMethodDescriptionstatic <K,
V> ContinuousQuery <K, V> Search.getContinuousQuery
(RemoteCache<K, V> cache) Deprecated.useBasicCache.continuousQuery()
instead.static QueryFactory
Search.getQueryFactory
(RemoteCache<?, ?> cache) -
Uses of RemoteCache in org.infinispan.client.hotrod.event
Modifier 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.client.hotrod.event.impl
-
Uses of RemoteCache in org.infinispan.client.hotrod.impl
Modifier and TypeClassDescriptionclass
Delegates all invocations to the provided underlyingInternalRemoteCache
but provides extensibility to intercept when a method is invoked.class
NearRemoteCache
implementation enablingclass
RemoteCacheImpl<K,
V> class
RemoteCacheSupport<K,
V> Purpose: keep all delegating and unsupported methods in one place -> readability.Modifier and TypeMethodDescription<K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.createCache
(String name, String template) <K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.createCache
(String name, DefaultTemplate template) <K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.createCache
(String name, BasicConfiguration configuration) <K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.getOrCreateCache
(String name, String template) <K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.getOrCreateCache
(String name, DefaultTemplate template) <K,
V> RemoteCache <K, V> RemoteCacheManagerAdminImpl.getOrCreateCache
(String name, BasicConfiguration configuration) -
Uses of RemoteCache in org.infinispan.client.hotrod.near
-
Uses of RemoteCache in org.infinispan.persistence.remote