Package

org.apache.flink.streaming.api.scala.extensions.impl

acceptPartialFunctions

Permalink

package acceptPartialFunctions

Visibility
  1. Public
  2. All

Type Members

  1. class OnConnectedStream[IN1, IN2] extends AnyRef

    Permalink

    Wraps a connected data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a connected data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    IN1

    The type of the data stream items coming from the first connection

    IN2

    The type of the data stream items coming from the second connection

  2. class OnDataStream[T] extends AnyRef

    Permalink

    Wraps a data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    T

    The type of the data stream items

  3. class OnJoinedStream[L, R, K, W <: Window] extends AnyRef

    Permalink

    Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    L

    The type of the data stream items from the left side of the join

    R

    The type of the data stream items from the right input of the join

    K

    The type of key

    W

    The type of the window

  4. class OnKeyedStream[T, K] extends AnyRef

    Permalink

    Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    T

    The type of the data stream items

    K

    The type of key

  5. class OnWindowedStream[T, K, W <: Window] extends AnyRef

    Permalink

    Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection

    T

    The type of the data stream items from the right input of the join

    K

    The type of key

    W

    The type of the window

Ungrouped