class DeltaStorageHandler extends DefaultStorageHandler with HiveMetaHook with HiveStoragePredicateHandler

Linear Supertypes
HiveStoragePredicateHandler, HiveMetaHook, DefaultStorageHandler, HiveStorageHandler, Configurable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaStorageHandler
  2. HiveStoragePredicateHandler
  3. HiveMetaHook
  4. DefaultStorageHandler
  5. HiveStorageHandler
  6. Configurable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeltaStorageHandler()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def commitCreateTable(table: Table): Unit
    Definition Classes
    DeltaStorageHandler → HiveMetaHook
  7. def commitDropTable(table: Table, b: Boolean): Unit
    Definition Classes
    DeltaStorageHandler → HiveMetaHook
  8. def configureInputJobCredentials(arg0: TableDesc, arg1: Map[String, String]): Unit
    Definition Classes
    DefaultStorageHandler → HiveStorageHandler
  9. def configureInputJobProperties(tableDesc: TableDesc, jobProperties: Map[String, String]): Unit
    Definition Classes
    DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
  10. def configureJobConf(arg0: TableDesc, arg1: JobConf): Unit
    Definition Classes
    DefaultStorageHandler → HiveStorageHandler
  11. def configureOutputJobProperties(arg0: TableDesc, arg1: Map[String, String]): Unit
    Definition Classes
    DefaultStorageHandler → HiveStorageHandler
  12. def configureTableJobProperties(arg0: TableDesc, arg1: Map[String, String]): Unit
    Definition Classes
    DefaultStorageHandler → HiveStorageHandler
  13. def decomposePredicate(jobConf: JobConf, deserializer: Deserializer, predicate: ExprNodeDesc): DecomposedPredicate
    Definition Classes
    DeltaStorageHandler → HiveStoragePredicateHandler
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getAuthorizationProvider(): HiveAuthorizationProvider
    Definition Classes
    DefaultStorageHandler → HiveStorageHandler
    Annotations
    @throws( ... )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getConf(): Configuration
    Definition Classes
    DefaultStorageHandler → Configurable
  20. def getInputFormatClass(): Class[_ <: InputFormat[_, _]]
    Definition Classes
    DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
  21. def getLockType(arg0: WriteEntity): LockType
    Definition Classes
    HiveStorageHandler
  22. def getMetaHook(): HiveMetaHook
    Definition Classes
    DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
  23. def getOutputFormatClass(): Class[_ <: OutputFormat[_, _]]

    Returns a special OutputFormat to prevent from writing to a Delta table in Hive before we support it.

    Returns a special OutputFormat to prevent from writing to a Delta table in Hive before we support it. We have to give Hive some class when creating a table, hence we have to implement an OutputFormat which throws an exception when Hive is using it.

    Definition Classes
    DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
  24. def getSerDeClass(): Class[_ <: AbstractSerDe]
    Definition Classes
    DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
  25. def getStorageHandlerInfo(arg0: Table): StorageHandlerInfo
    Definition Classes
    HiveStorageHandler
    Annotations
    @throws( ... )
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def preAlterTable(arg0: Table, arg1: EnvironmentContext): Unit
    Definition Classes
    HiveMetaHook
    Annotations
    @throws( ... )
  32. def preCreateTable(tbl: Table): Unit
    Definition Classes
    DeltaStorageHandler → HiveMetaHook
  33. def preDropTable(table: Table): Unit
    Definition Classes
    DeltaStorageHandler → HiveMetaHook
  34. def rollbackCreateTable(table: Table): Unit
    Definition Classes
    DeltaStorageHandler → HiveMetaHook
  35. def rollbackDropTable(table: Table): Unit
    Definition Classes
    DeltaStorageHandler → HiveMetaHook
  36. def setConf(arg0: Configuration): Unit
    Definition Classes
    DefaultStorageHandler → Configurable
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    DefaultStorageHandler → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from HiveStoragePredicateHandler

Inherited from HiveMetaHook

Inherited from DefaultStorageHandler

Inherited from HiveStorageHandler

Inherited from Configurable

Inherited from AnyRef

Inherited from Any

Ungrouped