Uses of Interface
org.infinispan.hotrod.impl.cache.RemoteCache
-
-
Uses of RemoteCache in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl with parameters of type RemoteCache Modifier and Type Method Description static ClientEventDispatcherClientEventDispatcher. create(ClientListenerOperation op, SocketAddress address, Runnable cleanup, RemoteCache<?,?> remoteCache) -
Uses of RemoteCache in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return types with arguments of type RemoteCache Modifier and Type Method Description <K,V>
CompletionStage<RemoteCache<K,V>>HotRodTransport. getRemoteCache(String cacheName)<K,V>
CompletionStage<RemoteCache<K,V>>HotRodTransport. getRemoteCache(String cacheName, RemoteCacheConfiguration cacheConfiguration) -
Uses of RemoteCache in org.infinispan.hotrod.impl.cache
Classes in org.infinispan.hotrod.impl.cache that implement RemoteCache Modifier and Type Class Description classDelegatingRemoteCache<K,V>Delegates all invocations to the provided underlyingRemoteCachebut provides extensibility to intercept when a method is invoked.classInvalidatedNearRemoteCache<K,V>Near cache implementation enablingclassRemoteCacheImpl<K,V>Fields in org.infinispan.hotrod.impl.cache declared as RemoteCache Modifier and Type Field Description protected RemoteCache<K,V>DelegatingRemoteCache. delegateMethods in org.infinispan.hotrod.impl.cache that return RemoteCache Modifier and Type Method Description <T,U>
RemoteCache<T,U>DelegatingRemoteCache. withDataFormat(DataFormat newDataFormat)<T,U>
RemoteCache<T,U>RemoteCache. withDataFormat(DataFormat newDataFormat)<K1,V1>
RemoteCache<K1,V1>RemoteCacheImpl. withDataFormat(DataFormat newDataFormat)Constructors in org.infinispan.hotrod.impl.cache with parameters of type RemoteCache Constructor Description DelegatingRemoteCache(RemoteCache<K,V> delegate) -
Uses of RemoteCache in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations with parameters of type RemoteCache Modifier and Type Method Description AddBloomNearCacheClientListenerOperationCacheOperationsFactory. newAddNearCacheListenerOperation(Object listener, org.infinispan.api.common.CacheOptions options, DataFormat dataFormat, int bloomFilterBits, RemoteCache<?,?> remoteCache)Constructors in org.infinispan.hotrod.impl.operations with parameters of type RemoteCache Constructor Description AddBloomNearCacheClientListenerOperation(OperationContext operationContext, org.infinispan.api.common.CacheOptions options, Object listener, DataFormat dataFormat, int bloomFilterBits, RemoteCache<?,?> remoteCache)AddClientListenerOperation(OperationContext operationContext, org.infinispan.api.common.CacheOptions options, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat, RemoteCache<?,?> remoteCache) -
Uses of RemoteCache in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol with parameters of type RemoteCache Modifier and Type Method Description default <K,V>
org.infinispan.commons.util.CloseableIterator<org.infinispan.api.common.CacheEntry<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<org.infinispan.api.common.CacheEntry<K,V>>Codec40. 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, CacheOperationsFactory cacheOperationsFactory, org.infinispan.api.common.CacheOptions options, 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>Codec40. keyIterator(RemoteCache<K,?> remoteCache, CacheOperationsFactory cacheOperationsFactory, org.infinispan.api.common.CacheOptions options, org.infinispan.commons.util.IntSet segments, int batchSize) -
Uses of RemoteCache in org.infinispan.hotrod.impl.query
Methods in org.infinispan.hotrod.impl.query that return RemoteCache Modifier and Type Method Description RemoteCache<Object,Object>RemoteQuery. getCache() -
Uses of RemoteCache in org.infinispan.hotrod.impl.transaction
Classes in org.infinispan.hotrod.impl.transaction that implement RemoteCache Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V> -
Uses of RemoteCache in org.infinispan.hotrod.near
Methods in org.infinispan.hotrod.near with parameters of type RemoteCache Modifier and Type Method Description SocketAddressNearCacheService. start(RemoteCache<K,V> remote)voidNearCacheService. stop(RemoteCache<K,V> remote)
-