Package org.infinispan.lock.impl
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
-
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
-
Field Details
-
CLUSTERED_LOCK_CACHE_NAME
- See Also:
-
-
Constructor Details
-
ClusteredLockModuleLifecycle
public ClusteredLockModuleLifecycle()
-
-
Method Details
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-