Uses of Interface
org.infinispan.client.hotrod.impl.InternalRemoteCache
Package
Description
-
Uses of InternalRemoteCache in org.infinispan.client.hotrod.event.impl
Modifier 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
Modifier 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> Modifier and TypeFieldDescriptionprotected final InternalRemoteCache<K,
V> DelegatingRemoteCache.delegate
Modifier 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) ModifierConstructorDescriptionprotected
DelegatingRemoteCache
(InternalRemoteCache<K, V> delegate) StreamingRemoteCacheImpl
(InternalRemoteCache<K, ?> cache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.near