final
case class
ExasolRDDPartition(idx: Int, handle: Int, connectionUrl: String) extends Partition with Product with Serializable
Instance Constructors
-
new
ExasolRDDPartition(idx: Int, handle: Int, connectionUrl: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
connectionUrl: String
-
-
def
equals(other: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
val
handle: Int
-
def
hashCode(): Int
-
val
idx: Int
-
def
index: Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
A class that holds com.exasol.spark.rdd.ExasolRDD partition information.
Each partition is mapped to a single Exasol node. The com.exasol.spark.rdd.ExasolRDD materializes the data of a node based on the information represented by a partition.
A partition identifier (0 based)
A Exasol sub connection query identifier handle
An exasol jdbc (sub) connection string