Interface ClusterStateTaskListener

    • Method Detail

      • onFailure

        void onFailure​(java.lang.String source,
                       java.lang.Exception e)
        A callback called when execute fails.
      • onNoLongerMaster

        default void onNoLongerMaster​(java.lang.String source)
        called when the task was rejected because the local node is no longer master. Used only for tasks submitted to MasterService.