final case class ExasolRDDPartition(idx: Int, handle: Int, connectionUrl: String) extends Partition with Product with Serializable
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.
- idx
A partition identifier (0 based)
- handle
A Exasol sub connection query identifier handle
- connectionUrl
An exasol jdbc (sub) connection string
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExasolRDDPartition
- Product
- Equals
- Partition
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ExasolRDDPartition(idx: Int, handle: Int, connectionUrl: String)
- idx
A partition identifier (0 based)
- handle
A Exasol sub connection query identifier handle
- connectionUrl
An exasol jdbc (sub) connection string
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val connectionUrl: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- Partition → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val handle: Int
-
def
hashCode(): Int
- Definition Classes
- Partition → AnyRef → Any
- val idx: Int
-
def
index: Int
- Definition Classes
- ExasolRDDPartition → Partition
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated