Package org.infinispan.lock.impl
Class ClusteredLockModuleLifecycle
- java.lang.Object
-
- org.infinispan.lock.impl.ClusteredLockModuleLifecycle
-
- All Implemented Interfaces:
ModuleLifecycle
@MetaInfServices(ModuleLifecycle.class) public class ClusteredLockModuleLifecycle extends Object implements ModuleLifecycle
Locks module configuration- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLUSTERED_LOCK_CACHE_NAME
-
Constructor Summary
Constructors Constructor Description ClusteredLockModuleLifecycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cacheManagerStarted(GlobalComponentRegistry gcr)
void
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
cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
-
-
-
Field Detail
-
CLUSTERED_LOCK_CACHE_NAME
public static final String CLUSTERED_LOCK_CACHE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
cacheManagerStarted
public void cacheManagerStarted(GlobalComponentRegistry gcr)
- Specified by:
cacheManagerStarted
in interfaceModuleLifecycle
-
-