Packages

package session

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

Type Members

  1. abstract class AbstractSession extends Session with Logging
  2. trait Session extends AnyRef
  3. case class SessionHandle(identifier: UUID) extends Product with Serializable
  4. abstract class SessionManager extends CompositeService

    The SessionManager holds the all the connected Sessions, provides us the APIs to open, set, get, close Sessions and cleans idled Sessions with a daemon checker thread.

Value Members

  1. val ENV_PREFIX: String
  2. val HIVECONF_PREFIX: String
  3. val HIVEVAR_PREFIX: String
  4. val METACONF_PREFIX: String
  5. val SET_PREFIX: String
  6. val SPARK_PREFIX: String
  7. val SYSTEM_PREFIX: String
  8. val USE_CATALOG: String
  9. val USE_DATABASE: String
  10. object SessionHandle extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped