Interface PriorityNode


public interface PriorityNode
INTERNAL API
  • Method Details

    • children

      scala.collection.immutable.Seq<PriorityNode> children()
    • dependency

      PriorityNode dependency()
    • streamId

      int streamId()
    • weight

      int weight()