Package

io.tarantool.spark.connector

partition

Permalink

package partition

Visibility
  1. Public
  2. All

Type Members

  1. case class TarantoolPartition(index: Int, nodes: Seq[TarantoolServerAddress], conditions: Conditions) extends Partition with Product with Serializable

    Permalink

    An identifier for a partition in a TarantoolRDD.

    An identifier for a partition in a TarantoolRDD.

    index

    The partition's index within its parent RDD

    conditions

    The query conditions for the data within this partition

  2. trait TarantoolPartitioner extends Serializable

    Permalink

    The TarantoolPartitioner provides the partitions of the whole space (it may lie on a single instance, in a cluster or be sharded in a cluster)

  3. class TarantoolSinglePartitioner extends TarantoolPartitioner

    Permalink

    Creates a single partition for the whole space.

Value Members

  1. object TarantoolSinglePartitioner extends TarantoolSinglePartitioner with Product with Serializable

    Permalink

Ungrouped