Uses of Interface
org.apache.hadoop.hive.ql.io.InputFormatChecker

Packages that use InputFormatChecker
org.apache.hadoop.hive.ql.io   
 

Uses of InputFormatChecker in org.apache.hadoop.hive.ql.io
 

Classes in org.apache.hadoop.hive.ql.io that implement InputFormatChecker
 class RCFileInputFormat<K extends LongWritable,V extends BytesRefArrayWritable>
          RCFileInputFormat.
 class SequenceFileInputFormatChecker
          SequenceFileInputFormatChecker.
 

Methods in org.apache.hadoop.hive.ql.io that return types with arguments of type InputFormatChecker
static Class<? extends InputFormatChecker> HiveFileFormatUtils.getInputFormatChecker(Class<?> inputFormat)
          get an InputFormatChecker for a file format.
 

Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type InputFormatChecker
static void HiveFileFormatUtils.registerInputFormatChecker(Class<? extends org.apache.hadoop.mapred.InputFormat> format, Class<? extends InputFormatChecker> checker)
          register an InputFormatChecker for a given InputFormat.
 



Copyright © 2010 The Apache Software Foundation