Packages

case class MapRSpark(sparkSession: Option[SparkSession], sc: Option[SparkContext], conf: Option[SerializableConfiguration], cond: Option[DBQueryCondition], tableName: Option[String], bufferWrites: Option[Boolean], hintUsingIndex: Option[String], columns: Option[Seq[String]], queryOptions: Option[Map[String, String]]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapRSpark
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapRSpark(sparkSession: Option[SparkSession], sc: Option[SparkContext], conf: Option[SerializableConfiguration], cond: Option[DBQueryCondition], tableName: Option[String], bufferWrites: Option[Boolean], hintUsingIndex: Option[String], columns: Option[Seq[String]], queryOptions: Option[Map[String, String]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bufferWrites: Option[Boolean]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val columns: Option[Seq[String]]
  8. val cond: Option[DBQueryCondition]
  9. val conf: Option[SerializableConfiguration]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val hintUsingIndex: Option[String]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val queryOptions: Option[Map[String, String]]
  18. val sc: Option[SparkContext]
  19. val sparkSession: Option[SparkSession]
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. val tableName: Option[String]
  22. def toDF[T <: Product](Schema: StructType, sampleSize: Double, bufferWrites: Boolean)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): DataFrame
  23. def toDF[T <: Product](Schema: StructType, bufferWrites: Boolean)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): DataFrame
  24. def toDF[T <: Product](Schema: StructType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): DataFrame
  25. def toDF[T <: Product]()(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): DataFrame
  26. def toDataFrame(schema: StructType, sampleSize: Double, bufferWrites: Boolean): DataFrame
  27. def toJavaRDD[D](clazz: Class[D])(implicit arg0: ClassTag[D], f: RDDTYPE[D]): MapRDBTableScanRDD[D]
  28. def toOJAIDocumentRDD(tableName: String): MapRDBBaseRDD[OJAIDocument]
  29. def toRDD[T](beanClass: Class[T] = null)(implicit arg0: ClassTag[T], e: DefaultType[T, OJAIDocument], f: RDDTYPE[T]): MapRDBTableScanRDD[T]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped