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 TypeMethodDescriptionvoid
void
cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) void
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
cacheManagerStopped, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
Field Details
-
CLUSTERED_LOCK_CACHE_NAME
- See Also:
-
-
Constructor Details
-
ClusteredLockModuleLifecycle
public ClusteredLockModuleLifecycle()
-
-
Method Details
-
cacheManagerStarted
- Specified by:
cacheManagerStarted
in interfaceModuleLifecycle
-
cacheManagerStopping
- Specified by:
cacheManagerStopping
in interfaceModuleLifecycle
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-