Object

com.datastax.spark.connector.util

JavaApiHelper

Related Doc: package util

Permalink

object JavaApiHelper

A helper class to make it possible to access components written in Scala from Java code. INTERNAL API

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaApiHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def defaultRowWriterFactory[T](typeTag: scala.reflect.api.JavaUniverse.TypeTag[T], mapper: ColumnMapper[T]): RowWriterFactory[T]

    Permalink

    Returns the default RowWriterFactory initialized with the given ColumnMapper.

  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def genericRowReaderFactory: RowReaderFactory[CassandraRow]

    Permalink

    Returns the default RowReaderFactory.

  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getClassTag[T](clazz: Class[T]): ClassTag[T]

    Permalink

    Returns a ClassTag of a given runtime class.

  13. def getClassTag2[T](clazz: Class[_]): ClassTag[T]

    Permalink

    Returns a ClassTag of a given runtime class.

  14. def getRuntimeClass[T](classTag: ClassTag[T]): Class[T]

    Permalink

    Returns a runtime class of a given ClassTag.

  15. def getRuntimeClass[T](typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Class[T]

    Permalink

    Returns a runtime class of a given TypeTag.

  16. def getTypeTag[T](clazz: Class[_], typeParams: Array[scala.reflect.api.JavaUniverse.TypeTag[_]]): scala.reflect.api.JavaUniverse.TypeTag[T]

    Permalink
  17. def getTypeTag[T](clazz: Class[_], typeParams: scala.reflect.api.JavaUniverse.TypeTag[_]*): scala.reflect.api.JavaUniverse.TypeTag[T]

    Permalink

    Returns a TypeTag for the given class and type parameters.

  18. def getTypeTag[T](clazz: Class[T]): scala.reflect.api.JavaUniverse.TypeTag[T]

    Permalink

    Returns a TypeTag for the given class.

  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def javaBeanColumnMapper[T](classTag: ClassTag[T], columnNameOverride: Map[String, String]): ColumnMapper[T]

    Permalink

    Returns the JavaBeanColumnMapper instance for the given ClassTag and column mapping.

  22. def mirror: Mirror

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. val none: None.type

    Permalink
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toScalaFunction1[T1, R](f: Function[T1, R]): (T1) ⇒ R

    Permalink
  29. def toScalaImmutableSeq[T](array: Array[T]): Seq[T]

    Permalink

    Converts an array to a Scala Seq.

  30. def toScalaMap[K, V](map: Map[K, V]): Map[K, V]

    Permalink

    Converts a Java Map to a Scala immutable Map.

  31. def toScalaSeq[T](iterable: Iterable[T]): Seq[T]

    Permalink

    Converts a Java Iterable to Scala Seq.

  32. def toScalaSeq[T](array: Array[T]): Seq[T]

    Permalink

    Converts an array to a Scala Seq.

  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def valuesAsJavaCollection[K, V, IV <: Iterable[V]]: ((K, IV)) ⇒ (K, Collection[V])

    Permalink
  35. def valuesAsJavaIterable[K, V, IV <: Iterable[V]]: ((K, IV)) ⇒ (K, Iterable[V])

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped