Uses of Interface
org.infinispan.lifecycle.ModuleLifecycle
-
Packages that use ModuleLifecycle Package Description org.infinispan.lifecycle Component lifecycle.org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.server.memcached 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.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.lucene
Classes in org.infinispan.lucene 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.persistence.remote
Classes in org.infinispan.persistence.remote that implement ModuleLifecycle Modifier and Type Class Description class
LifecycleCallbacks
-
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.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)
-