public abstract class BaseWrapperInputFormat<K,V>
extends org.apache.hadoop.mapreduce.InputFormat<K,V>
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.mapreduce.InputFormat<?,?> |
iInputFormat |
Constructor and Description |
---|
BaseWrapperInputFormat() |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapreduce.InputFormat<?,?> |
createInternalInputFormat(org.apache.hadoop.conf.Configuration conf) |
static RecordInfoProvider<?,?> |
createRecordInfoProvider(java.lang.Class<? extends RecordInfoProvider<?,?>> recordInfoProviderClass, org.apache.hadoop.conf.Configuration conf) |
org.apache.hadoop.mapreduce.InputFormat<?,?> |
getInternalInputFormat(org.apache.hadoop.conf.Configuration conf) |
static java.lang.Class<? extends org.apache.hadoop.mapreduce.InputFormat<?,?>> |
getInternalInputFormatClass(org.apache.hadoop.conf.Configuration conf) |
static RecordInfoProvider<?,?> |
getRecordInfoProvider(org.apache.hadoop.conf.Configuration conf) |
static java.lang.Class<? extends RecordInfoProvider<?,?>> |
getRecordInfoProviderClass(org.apache.hadoop.conf.Configuration conf) |
java.util.List<org.apache.hadoop.mapreduce.InputSplit> |
getSplits(org.apache.hadoop.mapreduce.JobContext context) |
static <K,V> void |
setInternalInputFormatClass(org.apache.hadoop.conf.Configuration conf, java.lang.Class<? extends org.apache.hadoop.mapreduce.InputFormat<?,?>> iInputFormat) |
static void |
setRecordInfoProviderClass(org.apache.hadoop.conf.Configuration conf, java.lang.Class<? extends RecordInfoProvider<?,?>> provider) |
public static <K,V> void setInternalInputFormatClass(org.apache.hadoop.conf.Configuration conf, java.lang.Class<? extends org.apache.hadoop.mapreduce.InputFormat<?,?>> iInputFormat)
public static java.lang.Class<? extends org.apache.hadoop.mapreduce.InputFormat<?,?>> getInternalInputFormatClass(org.apache.hadoop.conf.Configuration conf)
public static org.apache.hadoop.mapreduce.InputFormat<?,?> createInternalInputFormat(org.apache.hadoop.conf.Configuration conf)
public org.apache.hadoop.mapreduce.InputFormat<?,?> getInternalInputFormat(org.apache.hadoop.conf.Configuration conf)
public static void setRecordInfoProviderClass(org.apache.hadoop.conf.Configuration conf, java.lang.Class<? extends RecordInfoProvider<?,?>> provider)
public static java.lang.Class<? extends RecordInfoProvider<?,?>> getRecordInfoProviderClass(org.apache.hadoop.conf.Configuration conf)
public static RecordInfoProvider<?,?> getRecordInfoProvider(org.apache.hadoop.conf.Configuration conf)
public java.util.List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.mapreduce.JobContext context) throws java.io.IOException, java.lang.InterruptedException
public static RecordInfoProvider<?,?> createRecordInfoProvider(java.lang.Class<? extends RecordInfoProvider<?,?>> recordInfoProviderClass, org.apache.hadoop.conf.Configuration conf)
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.