org.apache.spark.sql.cassandra.api.java

JavaCassandraSQLContext

class JavaCassandraSQLContext extends JavaSQLContext

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JavaCassandraSQLContext
  2. JavaSQLContext
  3. UDFRegistration
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaCassandraSQLContext(sparkContext: JavaSparkContext)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JavaCassandraSQLContext, B)

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to ArrowAssoc[JavaCassandraSQLContext] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def applySchema(rowRDD: JavaRDD[api.java.Row], schema: api.java.StructType): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
    Annotations
    @DeveloperApi()
  9. def applySchema(rdd: JavaRDD[_], beanClass: Class[_]): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def baseRelationToSchemaRDD(baseRelation: BaseRelation): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cql(cqlQuery: String): JavaSchemaRDD

    Executes a query expressed in SQL, returning the result as a JavaSchemaRDD.

  14. def createParquetFile(beanClass: Class[_], path: String, allowExisting: Boolean, conf: Configuration): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
    Annotations
    @Experimental()
  15. def ensuring(cond: (JavaCassandraSQLContext) ⇒ Boolean, msg: ⇒ Any): JavaCassandraSQLContext

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to Ensuring[JavaCassandraSQLContext] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (JavaCassandraSQLContext) ⇒ Boolean): JavaCassandraSQLContext

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to Ensuring[JavaCassandraSQLContext] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): JavaCassandraSQLContext

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to Ensuring[JavaCassandraSQLContext] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): JavaCassandraSQLContext

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to Ensuring[JavaCassandraSQLContext] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getSchema(beanClass: Class[_]): Seq[AttributeReference]

    Attributes
    protected
    Definition Classes
    JavaSQLContext
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def jsonFile(path: String, schema: api.java.StructType): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
    Annotations
    @Experimental()
  28. def jsonFile(path: String): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
  29. def jsonRDD(json: JavaRDD[String], schema: api.java.StructType): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
    Annotations
    @Experimental()
  30. def jsonRDD(json: JavaRDD[String]): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def parquetFile(path: String): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
  35. def registerFunction(name: String, f: UDF22[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  36. def registerFunction(name: String, f: UDF21[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  37. def registerFunction(name: String, f: UDF20[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  38. def registerFunction(name: String, f: UDF19[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  39. def registerFunction(name: String, f: UDF18[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  40. def registerFunction(name: String, f: UDF17[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  41. def registerFunction(name: String, f: UDF16[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  42. def registerFunction(name: String, f: UDF15[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  43. def registerFunction(name: String, f: UDF14[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  44. def registerFunction(name: String, f: UDF13[_, _, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  45. def registerFunction(name: String, f: UDF12[_, _, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  46. def registerFunction(name: String, f: UDF11[_, _, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  47. def registerFunction(name: String, f: UDF10[_, _, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  48. def registerFunction(name: String, f: UDF9[_, _, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  49. def registerFunction(name: String, f: UDF8[_, _, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  50. def registerFunction(name: String, f: UDF7[_, _, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  51. def registerFunction(name: String, f: UDF6[_, _, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  52. def registerFunction(name: String, f: UDF5[_, _, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  53. def registerFunction(name: String, f: UDF4[_, _, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  54. def registerFunction(name: String, f: UDF3[_, _, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  55. def registerFunction(name: String, f: UDF2[_, _, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  56. def registerFunction(name: String, f: UDF1[_, _], dataType: api.java.DataType): Unit

    Definition Classes
    UDFRegistration
  57. def registerRDDAsTable(rdd: JavaSchemaRDD, tableName: String): Unit

    Definition Classes
    JavaSQLContext
  58. def sql(sqlText: String): JavaSchemaRDD

    Definition Classes
    JavaSQLContext
  59. val sqlContext: CassandraSQLContext

    Definition Classes
    JavaCassandraSQLContext → JavaSQLContext
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  61. def toString(): String

    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def [B](y: B): (JavaCassandraSQLContext, B)

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to ArrowAssoc[JavaCassandraSQLContext] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (javaCassandraSQLContext: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (javaCassandraSQLContext: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: JavaCassandraSQLContext

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to ArrowAssoc[JavaCassandraSQLContext] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (javaCassandraSQLContext: ArrowAssoc[JavaCassandraSQLContext]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JavaCassandraSQLContext

    Implicit information
    This member is added by an implicit conversion from JavaCassandraSQLContext to Ensuring[JavaCassandraSQLContext] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (javaCassandraSQLContext: Ensuring[JavaCassandraSQLContext]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from JavaSQLContext

Inherited from api.java.UDFRegistration

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JavaCassandraSQLContext to StringAdd

Inherited by implicit conversion any2stringfmt from JavaCassandraSQLContext to StringFormat

Inherited by implicit conversion any2ArrowAssoc from JavaCassandraSQLContext to ArrowAssoc[JavaCassandraSQLContext]

Inherited by implicit conversion any2Ensuring from JavaCassandraSQLContext to Ensuring[JavaCassandraSQLContext]

Ungrouped