Uses of Interface
org.infinispan.client.hotrod.impl.InternalRemoteCache
-
-
Uses of InternalRemoteCache in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type InternalRemoteCache Modifier and Type Method Description static ClientEventDispatcherClientEventDispatcher. create(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 InternalRemoteCache 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>Fields in org.infinispan.client.hotrod.impl declared as InternalRemoteCache Modifier and Type Field Description protected InternalRemoteCache<K,V>DelegatingRemoteCache. delegateMethods in org.infinispan.client.hotrod.impl that return InternalRemoteCache Modifier and Type Method Description <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)InternalRemoteCache<K,V>DelegatingRemoteCache. withFlags(Flag... flags)InternalRemoteCache<K,V>InternalRemoteCache. withFlags(Flag... flags)InternalRemoteCache<K,V>RemoteCacheImpl. withFlags(Flag... flags)Constructors in org.infinispan.client.hotrod.impl with parameters of type InternalRemoteCache Constructor Description DelegatingRemoteCache(InternalRemoteCache<K,V> delegate)StreamingRemoteCacheImpl(InternalRemoteCache<K,?> cache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type InternalRemoteCache Modifier and Type Method Description AddBloomNearCacheClientListenerOperationOperationsFactory. newAddNearCacheListenerOperation(Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?,?> remoteCache)Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type InternalRemoteCache Constructor Description AddBloomNearCacheClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicInteger topologyId, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?,?> remoteCache)AddClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicInteger topologyId, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat, InternalRemoteCache<?,?> remoteCache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.query
Constructors in org.infinispan.client.hotrod.impl.query with parameters of type InternalRemoteCache Constructor Description RemoteQueryFactory(InternalRemoteCache<?,?> cache) -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement InternalRemoteCache Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V>ARemoteCacheimplementation that handlesTransaction. -
Uses of InternalRemoteCache in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near with parameters of type InternalRemoteCache Modifier and Type Method Description SocketAddressNearCacheService. start(InternalRemoteCache<K,V> remote)
-