Uses of Interface
org.infinispan.expiration.impl.InternalExpirationManager
-
Packages that use InternalExpirationManager Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.expiration.impl org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode. -
-
Uses of InternalExpirationManager in org.infinispan.container.impl
Fields in org.infinispan.container.impl declared as InternalExpirationManager Modifier and Type Field Description protected InternalExpirationManager<K,V>
AbstractInternalDataContainer. expirationManager
-
Uses of InternalExpirationManager in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement InternalExpirationManager Modifier and Type Class Description class
ClusterExpirationManager<K,V>
Allows for cluster based expirations to occur.class
ExpirationManagerImpl<K,V>
class
TxClusterExpirationManager<K,V>
-
Uses of InternalExpirationManager in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as InternalExpirationManager Modifier and Type Field Description protected InternalExpirationManager<Object,Object>
BaseDistributionInterceptor. expirationManager
-