Uses of Interface
org.infinispan.client.hotrod.RemoteCache
Packages that use RemoteCache
Package
Description
Hot Rod client API.
Hot Rod client remote event API.
-
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, org.infinispan.commons.configuration.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, jakarta.transaction.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, jakarta.transaction.TransactionManager transactionManager) Deprecated.since 11.0.default <K,V> RemoteCache <K, V> RemoteCacheContainer.getCache(String cacheName, jakarta.transaction.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, jakarta.transaction.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, 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, org.infinispan.commons.configuration.BasicConfiguration configuration) Retrieves an existing cache on the remote server cluster.<T,U> RemoteCache <T, U> RemoteCache.withDataFormat(DataFormat dataFormat) Return a new instance ofRemoteCacheusing the suppliedDataFormat.Applies one or moreFlags to the scope of a single invocation.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheModifier and TypeMethodDescriptionstatic <K,V> org.infinispan.query.api.continuous.ContinuousQuery <K, V> Search.getContinuousQuery(RemoteCache<K, V> cache) static org.infinispan.query.dsl.QueryFactorySearch.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 voidClientEvents.addClientQueryListener(RemoteCache<?, ?> remoteCache, Object listener, org.infinispan.query.dsl.Query<?> query) Register a client listener that uses a query DSL based filter. -
Uses of RemoteCache in org.infinispan.client.hotrod.event.impl
Constructors in org.infinispan.client.hotrod.event.impl with parameters of type RemoteCache -
Uses of RemoteCache in org.infinispan.client.hotrod.impl
Subinterfaces of RemoteCache in org.infinispan.client.hotrod.implClasses in org.infinispan.client.hotrod.impl that implement RemoteCacheModifier and TypeClassDescriptionclassDelegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classNearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V> classRemoteCacheSupport<K,V> Purpose: keep all delegating and unsupported methods in one place -> readability.Methods in org.infinispan.client.hotrod.impl that return RemoteCacheModifier 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, org.infinispan.commons.configuration.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, org.infinispan.commons.configuration.BasicConfiguration configuration) -
Uses of RemoteCache in org.infinispan.client.hotrod.impl.multimap
Constructors in org.infinispan.client.hotrod.impl.multimap with parameters of type RemoteCacheModifierConstructorDescriptionRemoteMultimapCacheImpl(RemoteCacheManager rcm, RemoteCache<K, Collection<V>> cache) RemoteMultimapCacheImpl(RemoteCacheManager rcm, RemoteCache<K, Collection<V>> cache, boolean supportsDuplicates) -
Uses of RemoteCache in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type RemoteCacheModifier and TypeMethodDescriptiondefault <K,V> org.infinispan.commons.util.CloseableIterator <Map.Entry<K, V>> Codec.entryIterator(RemoteCache<K, V> remoteCache, org.infinispan.commons.util.IntSet segments, int batchSize) Creates an entry iterator with the given batch size if applicable.<K,V> org.infinispan.commons.util.CloseableIterator <Map.Entry<K, V>> Codec23.entryIterator(RemoteCache<K, V> remoteCache, org.infinispan.commons.util.IntSet segments, int batchSize) default <K> org.infinispan.commons.util.CloseableIterator<K> Codec.keyIterator(RemoteCache<K, ?> remoteCache, OperationsFactory operationsFactory, org.infinispan.commons.util.IntSet segments, int batchSize) Creates a key iterator with the given batch size if applicable.<K> org.infinispan.commons.util.CloseableIterator<K> Codec20.keyIterator(RemoteCache<K, ?> remoteCache, OperationsFactory operationsFactory, org.infinispan.commons.util.IntSet segments, int batchSize) <K> org.infinispan.commons.util.CloseableIterator<K> Codec23.keyIterator(RemoteCache<K, ?> remoteCache, OperationsFactory operationsFactory, org.infinispan.commons.util.IntSet segments, int batchSize) <K> org.infinispan.commons.util.CloseableIterator<K> Codec27.keyIterator(RemoteCache<K, ?> remoteCache, OperationsFactory operationsFactory, org.infinispan.commons.util.IntSet segments, int batchSize) -
Uses of RemoteCache in org.infinispan.client.hotrod.impl.query
Methods in org.infinispan.client.hotrod.impl.query that return RemoteCache -
Uses of RemoteCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement RemoteCache -
Uses of RemoteCache in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near with parameters of type RemoteCache