Package org.infinispan.server.memcached
Class LifecycleCallbacks
java.lang.Object
org.infinispan.server.memcached.LifecycleCallbacks
- All Implemented Interfaces:
ModuleLifecycle
Module lifecycle callbacks implementation that enables module specific
AdvancedExternalizer
implementations to be registered.- Since:
- 5.0
- Author:
- Galder ZamarreƱo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
LifecycleCallbacks
public LifecycleCallbacks()
-
-
Method Details
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-