Uses of Interface
org.infinispan.client.hotrod.RemoteCache
-
Packages that use RemoteCache Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.event Hot Rod client remote event API.org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.multimap org.infinispan.client.hotrod.impl.protocol org.infinispan.client.hotrod.impl.query org.infinispan.client.hotrod.impl.transaction org.infinispan.client.hotrod.near -
-
Uses of RemoteCache in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCache Modifier and Type Method Description <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>RemoteCacheContainer. getCache(String cacheName)default <K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, boolean forceReturnValue)Deprecated.since 11.0.default <K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, boolean forceReturnValue, javax.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, javax.transaction.TransactionManager transactionManager)Deprecated.since 11.0.default <K,V>
RemoteCache<K,V>RemoteCacheContainer. getCache(String cacheName, javax.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, javax.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>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, TransactionMode transactionMode, javax.transaction.TransactionManager transactionManager)<K,V>
RemoteCache<K,V>RemoteCacheManager. getCache(String cacheName, TransactionMode transactionMode, javax.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.RemoteCache<K,V>RemoteCache. withFlags(Flag... flags)Applies one or moreFlags to the scope of a single invocation.Methods in org.infinispan.client.hotrod with parameters of type RemoteCache Modifier and Type Method Description static <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 RemoteCache Modifier and Type Method Description static 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 Constructor Description ContinuousQueryImpl(RemoteCache<K,V> cache) -
Uses of RemoteCache in org.infinispan.client.hotrod.impl
Subinterfaces of RemoteCache in org.infinispan.client.hotrod.impl Modifier and Type Interface Description interfaceInternalRemoteCache<K,V>Classes in org.infinispan.client.hotrod.impl that implement RemoteCache Modifier and Type Class Description classDelegatingRemoteCache<K,V>Delegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classInvalidatedNearRemoteCache<K,V>NearRemoteCacheimplementation 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 RemoteCache Modifier and Type Method Description <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 RemoteCache Constructor Description RemoteMultimapCacheImpl(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 RemoteCache Modifier and Type Method Description default <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 Modifier and Type Method Description RemoteCache<?,?>RemoteQuery. getCache() -
Uses of RemoteCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement RemoteCache Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V>ARemoteCacheimplementation that handlesTransaction. -
Uses of RemoteCache in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near with parameters of type RemoteCache Modifier and Type Method Description voidNearCacheService. stop(RemoteCache<K,V> remote)
-