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.persistence.remote Hot Rod-basedAdvancedLoadWriteStore.org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.server.memcached -
-
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.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()
-