Object/Class

org.apache.spark.sql

SnappyContext

Related Docs: class SnappyContext | package sql

Permalink

object SnappyContext extends Logging with Serializable

Linear Supertypes
Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnappyContext
  2. Serializable
  3. Serializable
  4. Logging
  5. AnyRef
  6. 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. val FILE_STREAM_SOURCE: String

    Permalink
  5. val KAFKA_STREAM_SOURCE: String

    Permalink
  6. val RABBITMQ_STREAM_SOURCE: String

    Permalink
  7. val RAW_SOCKET_STREAM_SOURCE: String

    Permalink
  8. val SAMPLE_SOURCE: String

    Permalink
  9. val SAMPLE_SOURCE_CLASS: String

    Permalink
  10. val SNAPPY_SINK_NAME: String

    Permalink
  11. val SOCKET_STREAM_SOURCE: String

    Permalink
  12. val TEXT_SOCKET_STREAM_SOURCE: String

    Permalink
  13. val TOPK_SOURCE: String

    Permalink
  14. val TOPK_SOURCE_CLASS: String

    Permalink
  15. val TWITTER_STREAM_SOURCE: String

    Permalink
  16. def apply(jsc: JavaSparkContext): SnappyContext

    Permalink

    To do

    document me

  17. def apply(sc: SparkContext): SnappyContext

    Permalink

    To do

    document me

  18. def apply(): SnappyContext

    Permalink

    To do

    document me

  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clearStaticArtifacts(): Unit

    Permalink

    Cleanup static artifacts on this lead/executor.

  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def getAllBlockIds: Map[String, BlockAndExecutorId]

    Permalink
  26. def getBlockId(executorId: String): Option[BlockAndExecutorId]

    Permalink
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getClusterMode(sc: SparkContext): ClusterMode

    Permalink

    To do

    document me

  29. def getProviderType(provider: String): Type

    Permalink
  30. def globalSparkContext: SparkContext

    Permalink

    Returns the current SparkContext or null

  31. def hasServerBlockIds: Boolean

    Permalink
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. def initializeLogIfNecessary(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def isBuiltInProvider(providerName: String): Boolean

    Permalink

    Check if given provider is builtin (including qualified names) and return the short name and a flag indicating whether provider is a builtin or not.

  35. final def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. final def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. final var levelFlags: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def log: Logger

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. def logName: String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. final var log_: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. val membershipListener: MembershipListener

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

    Permalink
    Definition Classes
    AnyRef
  55. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  57. def resetLogger(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def urlToConf(url: String, sc: SparkContext): Unit

    Permalink

    To do

    document me

  61. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped