Uses of Interface
org.infinispan.client.hotrod.impl.InternalRemoteCache
Packages that use InternalRemoteCache
Package
Description
-
Uses of InternalRemoteCache in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type InternalRemoteCacheModifier and TypeMethodDescriptionstatic ClientEventDispatcher
ClientEventDispatcher.create
(org.infinispan.client.hotrod.impl.operations.ClientListenerOperation op, SocketAddress address, Runnable cleanup, InternalRemoteCache<?, ?> remoteCache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement InternalRemoteCacheModifier 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> Fields in org.infinispan.client.hotrod.impl declared as InternalRemoteCacheModifier and TypeFieldDescriptionprotected final InternalRemoteCache<K,
V> DelegatingRemoteCache.delegate
Methods in org.infinispan.client.hotrod.impl that return InternalRemoteCacheModifier and TypeMethodDescription<T,
U> InternalRemoteCache<T, U> DelegatingRemoteCache.withDataFormat
(DataFormat dataFormat) <T,
U> InternalRemoteCache<T, U> InternalRemoteCache.withDataFormat
(DataFormat dataFormat) <T,
U> InternalRemoteCache<T, U> RemoteCacheImpl.withDataFormat
(DataFormat newDataFormat) Constructors in org.infinispan.client.hotrod.impl with parameters of type InternalRemoteCacheModifierConstructorDescriptionprotected
DelegatingRemoteCache
(InternalRemoteCache<K, V> delegate) StreamingRemoteCacheImpl
(InternalRemoteCache<K, ?> cache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near with parameters of type InternalRemoteCache