Class StreamPrioritizer.First$

  • All Implemented Interfaces:
    StreamPrioritizer
    Enclosing interface:
    StreamPrioritizer

    public static class StreamPrioritizer.First$
    extends java.lang.Object
    implements StreamPrioritizer
    A prioritizer that ignores priority information and just sends to the first stream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static StreamPrioritizer.First$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      First$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int chooseSubstream​(scala.collection.immutable.Set<java.lang.Object> streams)
      Choose a substream from a set of substream ids that have data available
      void updatePriority​(FrameEvent.PriorityFrame priorityFrame)
      Update priority information for a substream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait