class DeltaStorageHandler extends DefaultStorageHandler with HiveMetaHook with HiveStoragePredicateHandler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaStorageHandler
- HiveStoragePredicateHandler
- HiveMetaHook
- DefaultStorageHandler
- HiveStorageHandler
- Configurable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeltaStorageHandler()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
commitCreateTable(table: Table): Unit
- Definition Classes
- DeltaStorageHandler → HiveMetaHook
-
def
commitDropTable(table: Table, b: Boolean): Unit
- Definition Classes
- DeltaStorageHandler → HiveMetaHook
-
def
configureInputJobCredentials(arg0: TableDesc, arg1: Map[String, String]): Unit
- Definition Classes
- DefaultStorageHandler → HiveStorageHandler
-
def
configureInputJobProperties(tableDesc: TableDesc, jobProperties: Map[String, String]): Unit
- Definition Classes
- DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
-
def
configureJobConf(arg0: TableDesc, arg1: JobConf): Unit
- Definition Classes
- DefaultStorageHandler → HiveStorageHandler
-
def
configureOutputJobProperties(arg0: TableDesc, arg1: Map[String, String]): Unit
- Definition Classes
- DefaultStorageHandler → HiveStorageHandler
-
def
configureTableJobProperties(arg0: TableDesc, arg1: Map[String, String]): Unit
- Definition Classes
- DefaultStorageHandler → HiveStorageHandler
-
def
decomposePredicate(jobConf: JobConf, deserializer: Deserializer, predicate: ExprNodeDesc): DecomposedPredicate
- Definition Classes
- DeltaStorageHandler → HiveStoragePredicateHandler
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAuthorizationProvider(): HiveAuthorizationProvider
- Definition Classes
- DefaultStorageHandler → HiveStorageHandler
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConf(): Configuration
- Definition Classes
- DefaultStorageHandler → Configurable
-
def
getInputFormatClass(): Class[_ <: InputFormat[_, _]]
- Definition Classes
- DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
-
def
getLockType(arg0: WriteEntity): LockType
- Definition Classes
- HiveStorageHandler
-
def
getMetaHook(): HiveMetaHook
- Definition Classes
- DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
-
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
-
def
getSerDeClass(): Class[_ <: AbstractSerDe]
- Definition Classes
- DeltaStorageHandler → DefaultStorageHandler → HiveStorageHandler
-
def
getStorageHandlerInfo(arg0: Table): StorageHandlerInfo
- Definition Classes
- HiveStorageHandler
- Annotations
- @throws( ... )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
preAlterTable(arg0: Table, arg1: EnvironmentContext): Unit
- Definition Classes
- HiveMetaHook
- Annotations
- @throws( ... )
-
def
preCreateTable(tbl: Table): Unit
- Definition Classes
- DeltaStorageHandler → HiveMetaHook
-
def
preDropTable(table: Table): Unit
- Definition Classes
- DeltaStorageHandler → HiveMetaHook
-
def
rollbackCreateTable(table: Table): Unit
- Definition Classes
- DeltaStorageHandler → HiveMetaHook
-
def
rollbackDropTable(table: Table): Unit
- Definition Classes
- DeltaStorageHandler → HiveMetaHook
-
def
setConf(arg0: Configuration): Unit
- Definition Classes
- DefaultStorageHandler → Configurable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- DefaultStorageHandler → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )