Class ReadForUpdateRemoteCache<K,V>

Type Parameters:
K - the cache key type
V - the cache value type
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>, org.infinispan.client.hotrod.impl.InternalRemoteCache<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 RemoteCacheDecorator<K,V>
A remote cache that performs locking reads if a transaction is active.
Author:
Paul Ferraro
  • Constructor Details

    • ReadForUpdateRemoteCache

      public ReadForUpdateRemoteCache(org.infinispan.client.hotrod.impl.InternalRemoteCache<K,V> cache)
      Creates a read-for-update remote cache decorator.
      Parameters:
      cache - the decorated remote cache.
  • Method Details