Package

io.tarantool.spark.connector

rdd

Permalink

package rdd

Visibility
  1. Public
  2. All

Type Members

  1. trait TarantoolBaseRDD extends AnyRef

    Permalink

    Baic trait for RDD implementations.

  2. class TarantoolJavaRDD[R] extends JavaRDD[R]

    Permalink
  3. class TarantoolReadRDD[R] extends RDD[R] with TarantoolBaseRDD

    Permalink

    Tarantool RDD implementation for read operations

    Tarantool RDD implementation for read operations

    R

    target POJO type

  4. class TarantoolWriteRDD[R] extends TarantoolBaseRDD with Serializable with Logging

    Permalink

    Tarantool RDD implementation for write operations

    Tarantool RDD implementation for write operations

    R

    target POJO type

Value Members

  1. object TarantoolReadRDD extends Serializable

    Permalink
  2. object TarantoolWriteRDD extends Serializable

    Permalink
  3. package converter

    Permalink

Ungrouped