Package

pl.touk.nussknacker.engine.flink.util

source

Permalink

package source

Visibility
  1. Public
  2. All

Type Members

  1. case class CollectionSource[T](config: ExecutionConfig, list: List[T], timestampAssigner: Option[TimestampAssigner[T]], returnType: TypingResult)(implicit evidence$1: TypeInformation[T]) extends FlinkSource[T] with ReturningType with Product with Serializable

    Permalink
  2. class CsvSchema[T] extends DeserializationSchema[T]

    Permalink
  3. case class EmptySource[T](returnType: TypingResult)(implicit evidence$1: TypeInformation[T]) extends FlinkSource[T] with ReturningType with Product with Serializable

    Permalink
  4. class EmptySourceFunction[T] extends SourceFunction[T]

    Permalink
  5. class EspDeserializationSchema[T] extends DeserializationSchema[T]

    Permalink

Value Members

  1. object StaticSource extends SourceFunction[String]

    Permalink

Ungrouped