Uses of Interface
org.infinispan.commons.api.Lifecycle
Packages that use Lifecycle
Package
Description
Hot Rod client API.
Commons API package
-
Uses of Lifecycle in org.infinispan.client.hotrod
Subinterfaces of Lifecycle in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterfaceRemoteCache<K,V> Provides remote reference to a Hot Rod server/cluster.interfaceClasses in org.infinispan.client.hotrod that implement Lifecycle -
Uses of Lifecycle in org.infinispan.client.hotrod.impl
Subinterfaces of Lifecycle in org.infinispan.client.hotrod.implClasses in org.infinispan.client.hotrod.impl that implement LifecycleModifier and TypeClassDescriptionclassDelegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classNearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V> classRemoteCacheSupport<K,V> Purpose: keep all delegating and unsupported methods in one place -> readability. -
Uses of Lifecycle in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement Lifecycle -
Uses of Lifecycle in org.infinispan.commons.api
Subinterfaces of Lifecycle in org.infinispan.commons.apiModifier and TypeInterfaceDescriptioninterfaceBasicCache<K,V> BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.interfaceBasicCacheContainer defines the methods used to obtain aBasicCache. -
Uses of Lifecycle in org.infinispan.counter.impl.manager
Classes in org.infinispan.counter.impl.manager that implement LifecycleModifier and TypeClassDescriptionclassStores all the defined counter's configuration. -
Uses of Lifecycle in org.infinispan.lock.impl.manager
Classes in org.infinispan.lock.impl.manager that implement LifecycleModifier and TypeClassDescriptionclassThe Embedded version for the lock cluster manager