Package org.infinispan.server.resp
Class RespModuleLifecycle
java.lang.Object
org.infinispan.server.resp.RespModuleLifecycle
- All Implemented Interfaces:
ModuleLifecycle
-
Constructor Summary
Constructors -
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
-
RespModuleLifecycle
public RespModuleLifecycle()
-
-
Method Details
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-