package partition
Type Members
-
case class
MaprDBPartition(index: Int, tableName: String, locations: Seq[String], size: Long, cond: DBQueryCondition) extends Partition with Product with Serializable
An identifier for a partition in a MapRTableScanRDD.
An identifier for a partition in a MapRTableScanRDD.
- index
The partition's index within its parent RDD
- tableName
name of the table to which this partiton belongs.
- locations
The preferred locations (hostnames) for the data
- cond
queryCondition associated with a partition