Class MergePrioritized$


  • public class MergePrioritized$
    extends java.lang.Object
    Create a new MergePrioritized operator with the specified output type.
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(int[] priorities)  
      <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(int[] priorities, boolean eagerComplete)
      Create a new MergePrioritized operator with the specified output type.
      <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz, int[] priorities)
      Create a new MergePrioritized operator with the specified output type.
      <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz, int[] priorities, boolean eagerComplete)
      Create a new MergePrioritized operator with the specified output type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final MergePrioritized$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • MergePrioritized$

        public MergePrioritized$()
    • Method Detail

      • create

        public <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz,
                                                                            int[] priorities)
        Create a new MergePrioritized operator with the specified output type.
        Parameters:
        clazz - (undocumented)
        priorities - (undocumented)
        Returns:
        (undocumented)
      • create

        public <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(int[] priorities,
                                                                            boolean eagerComplete)
        Create a new MergePrioritized operator with the specified output type.

        Parameters:
        eagerComplete - set to true in order to make this operator eagerly finish as soon as one of its inputs completes
        priorities - (undocumented)
        Returns:
        (undocumented)
      • create

        public <T> Graph<UniformFanInShape<T,​T>,​NotUsed> create​(java.lang.Class<T> clazz,
                                                                            int[] priorities,
                                                                            boolean eagerComplete)
        Create a new MergePrioritized operator with the specified output type.

        Parameters:
        eagerComplete - set to true in order to make this operator eagerly finish as soon as one of its inputs completes
        clazz - (undocumented)
        priorities - (undocumented)
        Returns:
        (undocumented)