Interface IWorkerLease


public interface IWorkerLease
The worker lease is a life-time self-control interface for worker nodes.

Functionality on the worker node may increase or decrease the worker node's lease counter. A worker node that has a zero lease counter and is detached may terminate itself at any time.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • increaseLease

      void increaseLease()
    • decreaseLease

      void decreaseLease()