- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- org.apache.hadoop.mapreduce.InputFormat<K,V>
-
- org.apache.hadoop.mapreduce.lib.input.FileInputFormat<TKey,TValue>
-
- org.apache.jena.hadoop.rdf.io.input.AbstractWholeFileInputFormat<TKey,TValue>
-
- Type Parameters:
TKey - Key type
TValue - Value type
- Direct Known Subclasses:
- JsonLDQuadInputFormat, JsonLDTripleInputFormat, QuadsInputFormat, RdfJsonInputFormat, RdfXmlInputFormat, ThriftQuadInputFormat, ThriftTripleInputFormat, TriGInputFormat, TriplesInputFormat, TriplesOrQuadsInputFormat, TriXInputFormat, TurtleInputFormat, WholeFileNQuadsInputFormat, WholeFileNTriplesInputFormat
public abstract class AbstractWholeFileInputFormat<TKey,TValue>
extends org.apache.hadoop.mapreduce.lib.input.FileInputFormat<TKey,TValue>
Abstract implementation of a while file input format where each file is a
single split
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat
org.apache.hadoop.mapreduce.lib.input.FileInputFormat.Counter
-
Field Summary
-
Fields inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat
DEFAULT_LIST_STATUS_NUM_THREADS, INPUT_DIR, INPUT_DIR_RECURSIVE, LIST_STATUS_NUM_THREADS, NUM_INPUT_FILES, PATHFILTER_CLASS, SPLIT_MAXSIZE, SPLIT_MINSIZE
-
Method Summary
-
Methods inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat
addInputPath, addInputPaths, getInputDirRecursive, getInputPathFilter, getInputPaths, getMaxSplitSize, getMinSplitSize, getSplits, setInputDirRecursive, setInputPathFilter, setInputPaths, setInputPaths, setMaxInputSplitSize, setMinInputSplitSize
-
Methods inherited from class org.apache.hadoop.mapreduce.InputFormat
createRecordReader
- Detail:
- Field |
- Constr |
- Method
Licenced under the Apache License, Version 2.0