Interface NodeAllocator.NodeLease

Enclosing interface:
NodeAllocator

public static interface NodeAllocator.NodeLease
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    com.google.common.util.concurrent.ListenableFuture<InternalNode>
     
    void
     
    void
    setSpeculative(boolean speculative)
     
  • Method Details

    • getNode

      com.google.common.util.concurrent.ListenableFuture<InternalNode> getNode()
    • attachTaskId

      default void attachTaskId(TaskId taskId)
    • setSpeculative

      void setSpeculative(boolean speculative)
    • release

      void release()