Class ReadForUpdateRemoteCache<K,V>

java.lang.Object
org.infinispan.client.hotrod.impl.RemoteCacheSupport<K,V>
org.wildfly.clustering.cache.infinispan.remote.AbstractRemoteCache<K,V>
org.wildfly.clustering.cache.infinispan.remote.ReadForUpdateRemoteCache<K,V>
Type Parameters:
K - the cache key type
V - the cache value type
All Implemented Interfaces:
ConcurrentMap<K,V>, Function<org.infinispan.client.hotrod.RemoteCache<K,V>,org.infinispan.client.hotrod.RemoteCache<K,V>>, UnaryOperator<org.infinispan.client.hotrod.RemoteCache<K,V>>, Map<K,V>, org.infinispan.client.hotrod.RemoteCache<K,V>, org.infinispan.commons.api.AsyncCache<K,V>, org.infinispan.commons.api.BasicCache<K,V>, org.infinispan.commons.api.Lifecycle, org.infinispan.commons.api.TransactionalCache

public class ReadForUpdateRemoteCache<K,V> extends AbstractRemoteCache<K,V>
A remote cache that performs locking reads.
Author:
Paul Ferraro
  • Constructor Details

    • ReadForUpdateRemoteCache

      public ReadForUpdateRemoteCache(org.infinispan.client.hotrod.RemoteCache<K,V> cache)
  • Method Details