Uses of Interface
org.infinispan.commons.api.Lifecycle
Packages that use Lifecycle
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodesHot Rod client API.
Commons API package
Cache manager API.
A
CacheLoader (not CacheWriter) that polls other nodes in the cluster for state.The Persistence SPI.
Security API.
-
Uses of Lifecycle in org.infinispan
Subinterfaces of Lifecycle in org.infinispanModifier and TypeInterfaceDescriptioninterfaceAdvancedCache<K,V> An advanced interface that exposes additional methods not available onCache.interfaceCache<K,V> The central interface of Infinispan. -
Uses of Lifecycle in org.infinispan.affinity
Subinterfaces of Lifecycle in org.infinispan.affinityModifier and TypeInterfaceDescriptioninterfaceDefines a service that generates keys to be mapped to specific nodes in a distributed(vs. -
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.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.manager
Subinterfaces of Lifecycle in org.infinispan.managerModifier and TypeInterfaceDescriptioninterfaceinterfaceEmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Classes in org.infinispan.manager that implement LifecycleModifier and TypeClassDescriptionclass -
Uses of Lifecycle in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement Lifecycle -
Uses of Lifecycle in org.infinispan.persistence.spi
Subinterfaces of Lifecycle in org.infinispan.persistence.spiModifier and TypeInterfaceDescriptioninterfaceDeprecated.since 11.0 replaced byNonBlockingStoreinterfaceAdvancedCacheLoader<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceAdvancedCacheWriter<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceDeprecated.since 11.0 replaced byNonBlockingStoreinterfaceCacheLoader<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceCacheWriter<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceExternalStore<K,V> Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceFlagAffectedStore<K,V> Implemented by stores that can skip writes based on certain flags present in the invocation.interfaceDeprecated.since 11.0 replaced byNonBlockingStoreinterfaceDeprecated.since 11.0 replaced byNonBlockingStore -
Uses of Lifecycle in org.infinispan.security
Subinterfaces of Lifecycle in org.infinispan.security