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 a transaction after PlatformAPI.startNode() in a separate thread from 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