Packages

package session

Type Members

  1. trait HiveSession extends HiveSessionBase
  2. trait HiveSessionBase extends AnyRef

    Methods that don't need to be executed under a doAs context are here.

    Methods that don't need to be executed under a doAs context are here. Rest of them in HiveSession interface

  3. trait HiveSessionHookContext extends AnyRef

    HiveSessionHookContext.

    HiveSessionHookContext. Interface passed to the HiveServer2 session hook execution. This enables the hook implementation to access session config, user and session handle

  4. class HiveSessionHookContextImpl extends HiveSessionHookContext

    HiveSessionHookContextImpl.

    HiveSessionHookContextImpl. Session hook context implementation which is created by session manager and passed to hook invocation.

  5. class HiveSessionImpl extends HiveSession

    HiveSession

  6. class HiveSessionImplwithUGI extends HiveSessionImpl

    HiveSessionImplwithUGI.

    HiveSessionImplwithUGI. HiveSession with connecting user's UGI and delegation token if required

  7. class HiveSessionProxy extends InvocationHandler

    Proxy wrapper on HiveSession to execute operations by impersonating given user

  8. class SessionManager extends CompositeService

    SessionManager.

Ungrouped