Class RecoveryHandler

  • All Implemented Interfaces:
    TenantRestartHandler

    @Component
    public class RecoveryHandler
    extends java.lang.Object
    implements TenantRestartHandler
    The Recovery handler is responsible for recovering all candidate elements at Engine startup. It is called only once in a cluster startup (handled by TenantElementsRestartSupervisor)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterServicesStart()
      called outside of a transaction after PlatformAPI.startNode() in a separate thread than the api call
      void beforeServicesStart()
      called in a transaction during PlatformAPI.startNode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait