Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-11651

Add cluster (de)activation events documentation

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8
    • documentation
    • None
    • Hide
      After cluster activation/deactivation local event will be raised. (EVT_CLUSTER_ACTIVATED/EVT_CLUSTER_DEACTIVATED)

      Subscribing for local events described here:

      https://apacheignite.readme.io/docs/events#section-local-events

      Example:

       ignite.events().localListen((evt) -> {
            // Do something.
            return true;
         }, EventType.EVT_CLUSTER_ACTIVATED);

      Cluster event types:

      EVT_CLUSTER_ACTIVATED - Invoked after Ignite cluster activation.

      EVT_CLUSTER_DEACTIVATED - Invoked after Ignite cluster deactivation.
      Show
      After cluster activation/deactivation local event will be raised. (EVT_CLUSTER_ACTIVATED/EVT_CLUSTER_DEACTIVATED) Subscribing for local events described here: https://apacheignite.readme.io/docs/events#section-local-events Example:  ignite.events().localListen((evt) -> {       // Do something.       return true;    }, EventType.EVT_CLUSTER_ACTIVATED); Cluster event types: EVT_CLUSTER_ACTIVATED - Invoked after Ignite cluster activation. EVT_CLUSTER_DEACTIVATED - Invoked after Ignite cluster deactivation.

    Description

      Add information regarding cluster activation events to https://apacheignite.readme.io/docs/baseline-topology#section-activating-the-cluster

       

      After cluster activation/deactivation local event will be raised. (EVT_CLUSTER_ACTIVATED/EVT_CLUSTER_DEACTIVATED)

      Subscribing for local events described here:

      https://apacheignite.readme.io/docs/events#section-local-events

      Example:

       ignite.events().localListen((evt) ->

      {       // Do something.       return true;    }

      , EventType.EVT_CLUSTER_ACTIVATED);

      Cluster event types:

      EVT_CLUSTER_ACTIVATED - Invoked after Ignite cluster activation.

      EVT_CLUSTER_DEACTIVATED - Invoked after Ignite cluster deactivation.

      Attachments

        Issue Links

          Activity

            People

              Artem Budnikov Artem Budnikov
              ibelyakov Igor Belyakov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: