Uses of Interface
org.infinispan.commons.api.TransactionalCache
-
Packages that use TransactionalCache Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.transaction -
-
Uses of TransactionalCache in org.infinispan.client.hotrod
Subinterfaces of TransactionalCache in org.infinispan.client.hotrod Modifier and Type Interface Description interfaceRemoteCache<K,V>Provides remote reference to a Hot Rod server/cluster. -
Uses of TransactionalCache in org.infinispan.client.hotrod.impl
Subinterfaces of TransactionalCache in org.infinispan.client.hotrod.impl Modifier and Type Interface Description interfaceInternalRemoteCache<K,V>Classes in org.infinispan.client.hotrod.impl that implement TransactionalCache 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>classRemoteCacheSupport<K,V>Purpose: keep all delegating and unsupported methods in one place -> readability. -
Uses of TransactionalCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement TransactionalCache Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V>ARemoteCacheimplementation that handlesTransaction.
-