com.ryft.spark

connector

package connector

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. connector
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. package examples

  2. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  3. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  4. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  5. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  6. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  7. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  8. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  9. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  10. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  11. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  12. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  13. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  14. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  15. implicit def toDataFrameFunctions(df: DataFrame): DataFrameFunctions

  16. implicit def toListRyftQueryValue(values: List[Any]): List[RyftQueryValue]

  17. implicit def toPairRDDFunctions[K](rdd: RDD[(K, Array[Byte])]): PairRDDFunctions[K]

  18. implicit def toRDDFunctions[T](rdd: RDD[T]): RDDFunctions[T]

  19. implicit def toSparkContextFunctions(sc: SparkContext): SparkContextFunctions

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped