Uses of Interface
org.infinispan.commons.api.TransactionalCache
Packages that use TransactionalCache
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Hot Rod client API.
Security API.
-
Uses of TransactionalCache in org.infinispan
Subinterfaces of TransactionalCache in org.infinispanModifier and TypeInterfaceDescriptioninterface
AdvancedCache<K,
V> An advanced interface that exposes additional methods not available onCache
. -
Uses of TransactionalCache in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement TransactionalCacheModifier and TypeClassDescriptionclass
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
CacheImpl<K,
V> class
DecoratedCache<K,
V> A decorator to a cache, which can be built with a specific set ofFlag
s.class
EncoderCache<K,
V> class
SimpleCacheImpl<K,
V> Simple local cache without interceptor stack.class
StatsCollectingCache<K,
V> Wraps existingAdvancedCache
to collect statistics -
Uses of TransactionalCache in org.infinispan.client.hotrod
Subinterfaces of TransactionalCache in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterface
RemoteCache<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.implClasses in org.infinispan.client.hotrod.impl that implement TransactionalCacheModifier 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> class
RemoteCacheSupport<K,
V> Purpose: keep all delegating and unsupported methods in one place -> readability. -
Uses of TransactionalCache in org.infinispan.security
Subinterfaces of TransactionalCache in org.infinispan.security -
Uses of TransactionalCache in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement TransactionalCache