Uses of Interface
org.infinispan.lifecycle.ModuleLifecycle
-
Packages that use ModuleLifecycle Package Description org.infinispan.counter.impl org.infinispan.lifecycle Component lifecycle.org.infinispan.lock.impl org.infinispan.multimap.impl org.infinispan.persistence.jpa.impl org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.query.impl Query module internals.org.infinispan.query.remote.impl org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.server.memcached org.infinispan.tree.impl org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of ModuleLifecycle in org.infinispan.counter.impl
Classes in org.infinispan.counter.impl that implement ModuleLifecycle Modifier and Type Class Description class
CounterModuleLifecycle
It register aEmbeddedCounterManager
to eachEmbeddedCacheManager
started and starts the cache on it. -
Uses of ModuleLifecycle in org.infinispan.lifecycle
Classes in org.infinispan.lifecycle that implement ModuleLifecycle Modifier and Type Class Description class
AbstractModuleLifecycle
Deprecated.since 9.1. -
Uses of ModuleLifecycle in org.infinispan.lock.impl
Classes in org.infinispan.lock.impl that implement ModuleLifecycle Modifier and Type Class Description class
ClusteredLockModuleLifecycle
Locks module configuration -
Uses of ModuleLifecycle in org.infinispan.multimap.impl
Classes in org.infinispan.multimap.impl that implement ModuleLifecycle Modifier and Type Class Description class
MultimapModuleLifecycle
MultimapModuleLifecycle is necessary for the Multimap Cache module. -
Uses of ModuleLifecycle in org.infinispan.persistence.jpa.impl
Classes in org.infinispan.persistence.jpa.impl that implement ModuleLifecycle Modifier and Type Class Description class
JpaStoreLifecycleManager
-
Uses of ModuleLifecycle in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
-
Uses of ModuleLifecycle in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleManager
Lifecycle of the Query module: initializes the Hibernate Search engine and shuts it down at cache stop. -
Uses of ModuleLifecycle in org.infinispan.query.remote.impl
Classes in org.infinispan.query.remote.impl that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleManager
Initializes components for remote query. -
Uses of ModuleLifecycle in org.infinispan.rest
Classes in org.infinispan.rest that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
Module lifecycle callbacks implementation that enables module specificAdvancedExternalizer
implementations to be registered. -
Uses of ModuleLifecycle in org.infinispan.server.core
Classes in org.infinispan.server.core that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
Module lifecycle callbacks implementation that enables module specificAdvancedExternalizer
implementations to be registered. -
Uses of ModuleLifecycle in org.infinispan.server.hotrod
Classes in org.infinispan.server.hotrod that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
Module lifecycle callbacks implementation that enables module specificAdvancedExternalizer
implementations to be registered. -
Uses of ModuleLifecycle in org.infinispan.server.memcached
Classes in org.infinispan.server.memcached that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
Module lifecycle callbacks implementation that enables module specificAdvancedExternalizer
implementations to be registered. -
Uses of ModuleLifecycle in org.infinispan.tree.impl
Classes in org.infinispan.tree.impl that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
Module lifecycle callbacks implementation that enables module specificorg.infinispan.marshall.AdvancedExternalizer
implementations to be registered. -
Uses of ModuleLifecycle in org.infinispan.util
Methods in org.infinispan.util that return types with arguments of type ModuleLifecycle Modifier and Type Method Description static Collection<ModuleLifecycle>
ModuleProperties. resolveModuleLifecycles(ClassLoader cl)
-