Contents
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
FieldsModifier and TypeFieldDescriptionstatic final String
Cache name to store the global transaction table. -
Constructor Summary
Constructors -
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
-
Constructor Details
-
Method Details
-
cacheManagerStarting
- Specified by:
cacheManagerStarting
in interfaceModuleLifecycle
-
cacheManagerStarted
- Specified by:
cacheManagerStarted
in interfaceModuleLifecycle
-
cacheStarting
- Specified by:
cacheStarting
in interfaceModuleLifecycle
-