Uses of Interface
org.infinispan.commons.api.Lifecycle
-
Packages that use Lifecycle Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.api Commons API packageorg.infinispan.manager Cache manager API.org.infinispan.persistence.cluster ACacheLoader
(notCacheWriter
) that polls other nodes in the cluster for state.org.infinispan.persistence.file Simple filesystem-basedCacheWriter
implementation.org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.security Security API. -
-
Uses of Lifecycle in org.infinispan
Subinterfaces of Lifecycle in org.infinispan Modifier and Type Interface Description interface
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,V>
The central interface of Infinispan. -
Uses of Lifecycle in org.infinispan.affinity
Subinterfaces of Lifecycle in org.infinispan.affinity Modifier and Type Interface Description interface
KeyAffinityService<K>
Defines 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.hotrod Modifier and Type Interface Description interface
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.interface
RemoteCacheContainer
Classes in org.infinispan.client.hotrod that implement Lifecycle Modifier and Type Class Description class
RemoteCacheManager
Factory forRemoteCache
s. -
Uses of Lifecycle in org.infinispan.commons.api
Subinterfaces of Lifecycle in org.infinispan.commons.api Modifier and Type Interface Description interface
BasicCache<K,V>
BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.interface
BasicCacheContainer
BasicCacheContainer defines the methods used to obtain aBasicCache
. -
Uses of Lifecycle in org.infinispan.manager
Subinterfaces of Lifecycle in org.infinispan.manager Modifier and Type Interface Description interface
CacheContainer
interface
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Classes in org.infinispan.manager that implement Lifecycle Modifier and Type Class Description class
DefaultCacheManager
-
Uses of Lifecycle in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement Lifecycle Modifier and Type Class Description class
ClusterLoader
Deprecated.since 11.0. -
Uses of Lifecycle in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement Lifecycle Modifier and Type Class Description class
SingleFileStore<K,V>
A filesystem-based implementation of aAdvancedLoadWriteStore
. -
Uses of Lifecycle in org.infinispan.persistence.jdbc.stringbased
Classes in org.infinispan.persistence.jdbc.stringbased that implement Lifecycle Modifier and Type Class Description class
JdbcStringBasedStore<K,V>
AdvancedCacheLoader
implementation that stores the entries in a database. -
Uses of Lifecycle in org.infinispan.persistence.spi
Subinterfaces of Lifecycle in org.infinispan.persistence.spi Modifier and Type Interface Description interface
AdvancedCacheExpirationWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
AdvancedCacheLoader<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
AdvancedCacheWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
AdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
CacheLoader<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
CacheWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
ExternalStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.interface
SegmentedAdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
TransactionalCacheWriter<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
-
Uses of Lifecycle in org.infinispan.security
Subinterfaces of Lifecycle in org.infinispan.security Modifier and Type Interface Description interface
SecureCache<K,V>
SecureCache.
-