Uses of Interface
org.infinispan.hotrod.impl.cache.RemoteCache
Packages that use RemoteCache
Package
Description
-
Uses of RemoteCache in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl with parameters of type RemoteCacheModifier and TypeMethodDescriptionstatic 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 RemoteCacheModifier and TypeMethodDescription<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 RemoteCacheModifier and TypeClassDescriptionclassDelegates all invocations to the provided underlyingRemoteCachebut provides extensibility to intercept when a method is invoked.classNear cache implementation enablingclassRemoteCacheImpl<K,V> Fields in org.infinispan.hotrod.impl.cache declared as RemoteCacheMethods in org.infinispan.hotrod.impl.cache that return RemoteCacheModifier and TypeMethodDescription<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 -
Uses of RemoteCache in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations with parameters of type RemoteCacheModifier and TypeMethodDescriptionCacheOperationsFactory.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 RemoteCacheModifierConstructorDescriptionprotectedAddBloomNearCacheClientListenerOperation(OperationContext operationContext, org.infinispan.api.common.CacheOptions options, Object listener, DataFormat dataFormat, int bloomFilterBits, RemoteCache<?, ?> remoteCache) protectedAddClientListenerOperation(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 RemoteCacheModifier and TypeMethodDescriptiondefault <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 -
Uses of RemoteCache in org.infinispan.hotrod.impl.transaction
Classes in org.infinispan.hotrod.impl.transaction that implement RemoteCache -
Uses of RemoteCache in org.infinispan.hotrod.near
Methods in org.infinispan.hotrod.near with parameters of type RemoteCacheModifier and TypeMethodDescriptionNearCacheService.start(RemoteCache<K, V> remote) voidNearCacheService.stop(RemoteCache<K, V> remote)