Package org.infinispan.multimap.impl
Class MultimapModuleLifecycle
- java.lang.Object
-
- org.infinispan.multimap.impl.MultimapModuleLifecycle
-
- All Implemented Interfaces:
ModuleLifecycle
@MetaInfServices(ModuleLifecycle.class) public class MultimapModuleLifecycle extends Object implements ModuleLifecycle
MultimapModuleLifecycle is necessary for the Multimap Cache module. Registers advanced externalizers.- Since:
- 9.2
- Author:
- Katia Aresti - karesti@redhat.com
-
-
Constructor Summary
Constructors Constructor Description MultimapModuleLifecycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
-
-
-
Method Detail
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
-