Uses of Interface
org.infinispan.lifecycle.ModuleLifecycle
-
Packages that use ModuleLifecycle Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.extendedstats Infinispan Extended Statistics.org.infinispan.manager Cache manager API.org.infinispan.modules org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore.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
Classes in org.infinispan that implement ModuleLifecycle Modifier and Type Class Description classCoreModuleMethods in org.infinispan that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleCoreModuleImpl. newModuleLifecycle() -
Uses of ModuleLifecycle in org.infinispan.extendedstats
Classes in org.infinispan.extendedstats that implement ModuleLifecycle Modifier and Type Class Description classModuleInfinispanModuleannotation is required for component annotation processingMethods in org.infinispan.extendedstats that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleExtendedStatisticsModuleImpl. newModuleLifecycle() -
Uses of ModuleLifecycle in org.infinispan.manager
Methods in org.infinispan.manager that return types with arguments of type ModuleLifecycle Modifier and Type Method Description java.util.Collection<ModuleLifecycle>ModuleRepository. getModuleLifecycles() -
Uses of ModuleLifecycle in org.infinispan.modules
Methods in org.infinispan.modules that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleModuleMetadataBuilder. newModuleLifecycle() -
Uses of ModuleLifecycle in org.infinispan.persistence.remote
Classes in org.infinispan.persistence.remote that implement ModuleLifecycle Modifier and Type Class Description classLifecycleCallbacksMethods in org.infinispan.persistence.remote that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleCachestoreRemoteModuleImpl. newModuleLifecycle() -
Uses of ModuleLifecycle in org.infinispan.server.core
Classes in org.infinispan.server.core that implement ModuleLifecycle Modifier and Type Class Description classLifecycleCallbacksModule lifecycle callbacks implementation that enables module specificAdvancedExternalizerimplementations to be registered.Methods in org.infinispan.server.core that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleServerCoreModuleImpl. newModuleLifecycle() -
Uses of ModuleLifecycle in org.infinispan.server.hotrod
Classes in org.infinispan.server.hotrod that implement ModuleLifecycle Modifier and Type Class Description classLifecycleCallbacksModule lifecycle callbacks implementation that enables module specificAdvancedExternalizerimplementations to be registered.Methods in org.infinispan.server.hotrod that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleServerHotrodModuleImpl. newModuleLifecycle() -
Uses of ModuleLifecycle in org.infinispan.server.memcached
Classes in org.infinispan.server.memcached that implement ModuleLifecycle Modifier and Type Class Description classLifecycleCallbacksModule lifecycle callbacks implementation that enables module specificAdvancedExternalizerimplementations to be registered.Methods in org.infinispan.server.memcached that return ModuleLifecycle Modifier and Type Method Description ModuleLifecycleServerMemcachedModuleImpl. newModuleLifecycle() -
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 java.util.Collection<ModuleLifecycle>ModuleProperties. resolveModuleLifecycles(java.lang.ClassLoader cl)Deprecated.Since 10.0, ModuleLifecycle implementations are no longer services
-