Package

io.tarantool.spark.connector.rdd

converter

Permalink

package converter

Visibility
  1. Public
  2. All

Type Members

  1. class FunctionBasedTupleConverter[R] extends TupleConverter[R]

    Permalink

    Converts tuples based on the passed transformation function

    Converts tuples based on the passed transformation function

    R

    target entity type

  2. class FunctionBasedTupleConverterFactory[R] extends TupleConverterFactory[R]

    Permalink

    Provides instances of FunctionBasedTupleConverter

    Provides instances of FunctionBasedTupleConverter

    R

    target entity type

  3. trait LowPriorityTupleConverterFactoryImplicits extends AnyRef

    Permalink
  4. trait TupleConverter[R] extends Serializable

    Permalink

    Converts TarantoolTuples to instances of the given type

    Converts TarantoolTuples to instances of the given type

    R

    target entity type

  5. trait TupleConverterFactory[R] extends AnyRef

    Permalink

    Provides intances of TupleConverter

    Provides intances of TupleConverter

    R

    target entity type

    Annotations
    @implicitNotFound( ... )

Ungrouped