Class ClusteredLockModuleLifecycle
java.lang.Object
org.infinispan.lock.impl.ClusteredLockModuleLifecycle
- All Implemented Interfaces:
ModuleLifecycle
Locks module configuration
- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStopped, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
Field Details
-
CLUSTERED_LOCK_CACHE_NAME
- See Also:
-
-
Constructor Details
-
ClusteredLockModuleLifecycle
public ClusteredLockModuleLifecycle()
-
-
Method Details
-
cacheManagerStarted
- Specified by:
cacheManagerStartedin interfaceModuleLifecycle
-
cacheManagerStopping
- Specified by:
cacheManagerStoppingin interfaceModuleLifecycle
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStartingin interfaceModuleLifecycle
-