Package

com.mnubo.flink.streaming

connectors

Permalink

package connectors

Visibility
  1. Public
  2. All

Type Members

  1. class DataRow extends Product with Serializable

    Permalink
  2. class DataRowRecordMarshaller extends RecordMarshaller[DataRow]

    Permalink
    Annotations
    @SerialVersionUID()
  3. class DataRowSerializer extends TupleSerializerBase[DataRow]

    Permalink
  4. case class DataRowTypeInfo(fieldNames: Seq[String], elementTypes: Seq[TypeInformation[_]]) extends TupleTypeInfoBase[DataRow] with Product with Serializable

    Permalink
  5. case class ExistingField(name: String) extends FieldSpecification with Product with Serializable

    Permalink
  6. class FieldMapperRecordTransformer extends RecordTransformer

    Permalink
  7. sealed trait FieldSpecification extends Serializable

    Permalink
  8. case class MarshallerFieldDescriptor(fieldName: String, fieldClass: Class[_]) extends Product with Serializable

    Permalink
  9. case class NewField(name: String, typeInfo: TypeInformation[_]) extends FieldSpecification with Product with Serializable

    Permalink
  10. class PojoRecordMarshaller[T] extends RecordMarshaller[T]

    Permalink
    Annotations
    @SerialVersionUID()
  11. trait RecordMarshaller[T] extends Serializable

    Permalink

    An interface helping datasources to convert emmitted records from an internal list of values to the desired type T.

  12. trait RecordTransformer extends Serializable

    Permalink
  13. class TupleRecordMarshaller[T] extends RecordMarshaller[T]

    Permalink
    Annotations
    @SerialVersionUID()
  14. case class Value(v: Any, name: String, givenTypeInfo: Option[TypeInformation[_]] = None) extends Product with Serializable

    Permalink

Value Members

  1. object DataRow extends Serializable

    Permalink
  2. object DataRowTypeInfo extends Serializable

    Permalink
  3. object RecordTransformer extends Serializable

    Permalink
  4. object Value extends Serializable

    Permalink
  5. package elasticsearch

    Permalink

Ungrouped