class HiveInputFormat extends org.apache.hadoop.hive.ql.io.HiveInputFormat[Nothing, Nothing]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HiveInputFormat
- HiveInputFormat
- JobConfigurable
- InputFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HiveInputFormat()
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
configure(arg0: JobConf): Unit
- Definition Classes
- HiveInputFormat → JobConfigurable
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getMmValidWriteIds(arg0: JobConf, arg1: TableDesc, arg2: ValidWriteIdList): ValidWriteIdList
- Attributes
- protected[org.apache.hadoop.hive.ql.io]
- Definition Classes
- HiveInputFormat
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
getRecordReader(arg0: InputSplit, arg1: JobConf, arg2: Reporter): RecordReader[_, _]
- Definition Classes
- HiveInputFormat → InputFormat
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
getSplits(arg0: JobConf, arg1: Int): Array[InputSplit]
- Definition Classes
- HiveInputFormat → InputFormat
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init(arg0: JobConf): Unit
- Attributes
- protected[org.apache.hadoop.hive.ql.io]
- Definition Classes
- HiveInputFormat
-
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
pushProjectionsAndFilters(jobConf: JobConf, inputFormatClass: Class[_], splitPath: Path, nonNative: Boolean): Unit
- Definition Classes
- HiveInputFormat → HiveInputFormat
-
def
pushProjectionsAndFilters(arg0: JobConf, arg1: Class[_], arg2: Path): Unit
- Attributes
- protected[org.apache.hadoop.hive.ql.io]
- Definition Classes
- HiveInputFormat
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... )