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 DIRECT_KAFKA_STREAM_SOURCE: String

    Permalink
  5. val FILE_STREAM_SOURCE: String

    Permalink
  6. val KAFKA_STREAM_SOURCE: String

    Permalink
  7. val RABBITMQ_STREAM_SOURCE: String

    Permalink
  8. val RAW_SOCKET_STREAM_SOURCE: String

    Permalink
  9. val SAMPLE_SOURCE: String

    Permalink
  10. val SAMPLE_SOURCE_CLASS: 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 flushSampleTables(): Unit

    Permalink
  26. def getAllBlockIds: Map[String, BlockAndExecutorId]

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

    Permalink
  28. def getBuiltInProvider(providerName: String): (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.

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

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

    Permalink

    To do

    document me

  31. def getProvider(providerName: String, onlyBuiltIn: Boolean): String

    Permalink

    Checks if the passed provider is recognized

  32. def getProviderShortName(provider: String): String

    Permalink
  33. def globalSparkContext: SparkContext

    Permalink

    Returns the current SparkContext or null

  34. def hasServerBlockIds: Boolean

    Permalink
  35. def hashCode(): Int

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. val internalTableSources: Seq[String]

    Permalink
  38. final def isDebugEnabled: Boolean

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

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

    Permalink
    Definition Classes
    Any
  41. final def isTraceEnabled: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    To do

    document me

  62. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. 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