Package org.infinispan.server.hotrod
Class LifecycleCallbacks
java.lang.Object
org.infinispan.server.hotrod.LifecycleCallbacks
- All Implemented Interfaces:
ModuleLifecycle
Module lifecycle callbacks implementation that enables module specific
AdvancedExternalizer
implementations
to be registered.- Since:
- 5.0
- Author:
- Galder ZamarreƱo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Cache name to store the global transaction table. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) void
cacheStarting
(ComponentRegistry cr, Configuration configuration, String cacheName) 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, cacheStopped, cacheStopping
-
Field Details
-
GLOBAL_TX_TABLE_CACHE_NAME
Cache name to store the global transaction table. It contains the state of the client transactions.- See Also:
-
-
Constructor Details
-
LifecycleCallbacks
public LifecycleCallbacks()
-
-
Method Details
-
cacheManagerStarting
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
cacheManagerStarted
- Specified by:
cacheManagerStarted
in interfaceModuleLifecycle
-
cacheStarting
- Specified by:
cacheStarting
in interfaceModuleLifecycle
-