package partition
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
TarantoolPartition(index: Int, nodes: Seq[TarantoolServerAddress], conditions: Conditions) extends Partition with Product with Serializable
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
-
trait
TarantoolPartitioner extends Serializable
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)
-
class
TarantoolSinglePartitioner extends TarantoolPartitioner
Creates a single partition for the whole space.
Value Members
- object TarantoolSinglePartitioner extends TarantoolSinglePartitioner with Product with Serializable