Interface ExtendableTaskIfc<E>

All Superinterfaces:
Comparable<Delayed>, Delayed, TaskIfc<E>
All Known Implementing Classes:
TimeoutTask

public interface ExtendableTaskIfc<E> extends TaskIfc<E>
The ExtendableTaskIfc interface represents a task that can be extended and extends the TaskIfc interface.
  • Field Summary

    Fields inherited from interface com.nt.udc.testnodechain.timeout.tasks.interfaces.TaskIfc

    TIME_UNIT_USED
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateTimeout(long extendBy, TimeUnit timeUnit)
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface java.util.concurrent.Delayed

    getDelay

    Methods inherited from interface com.nt.udc.testnodechain.timeout.tasks.interfaces.TaskIfc

    clone, getTestId
  • Method Details

    • updateTimeout

      void updateTimeout(long extendBy, TimeUnit timeUnit)