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.
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MaprDBPartition
- Product
- Equals
- Partition
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
MaprDBPartition(index: Int, tableName: String, locations: Seq[String], size: Long, cond: DBQueryCondition)
- 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
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 cond: DBQueryCondition
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- MaprDBPartition → Equals → Partition → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- MaprDBPartition → Partition → AnyRef → Any
-
val
index: Int
- Definition Classes
- MaprDBPartition → Partition
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locations: Seq[String]
-
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()
- val size: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tableName: String
-
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
- Deprecated
(Since version ) see corresponding Javadoc for more information.