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

    Permalink
  11. val TEXT_SOCKET_STREAM_SOURCE: String

    Permalink
  12. val TOPK_SOURCE: String

    Permalink
  13. val TOPK_SOURCE_CLASS: String

    Permalink
  14. val TWITTER_STREAM_SOURCE: String

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

    Permalink

    To do

    document me

  16. def apply(sc: SparkContext): SnappyContext

    Permalink

    To do

    document me

  17. def apply(): SnappyContext

    Permalink

    To do

    document me

  18. final def asInstanceOf[T0]: T0

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

    Permalink

    Cleanup static artifacts on this lead/executor.

  20. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def flushSampleTables(): Unit

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

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

    Permalink
  27. 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.

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

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

    Permalink

    To do

    document me

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

    Permalink

    Checks if the passed provider is recognized

  31. def getProviderShortName(provider: String): String

    Permalink
  32. def globalSparkContext: SparkContext

    Permalink

    Returns the current SparkContext or null

  33. def hasServerBlockIds: Boolean

    Permalink
  34. def hashCode(): Int

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

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

    Permalink
  37. final def isDebugEnabled: Boolean

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

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

    Permalink
    Definition Classes
    Any
  40. final def isTraceEnabled: Boolean

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

    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. final var log_: Logger

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

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

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

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

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

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

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

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

    Permalink

    To do

    document me

  63. final def wait(): Unit

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

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