Class ElementInputFormat
- java.lang.Object
-
- org.apache.hadoop.mapreduce.InputFormat<K,V>
-
- org.apache.accumulo.core.client.mapreduce.AbstractInputFormat<K,V>
-
- org.apache.accumulo.core.client.mapreduce.InputFormatBase<Element,org.apache.hadoop.io.NullWritable>
-
- uk.gov.gchq.gaffer.accumulostore.inputformat.ElementInputFormat
-
-
Constructor Summary
Constructors Constructor Description ElementInputFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.mapreduce.RecordReader<Element,org.apache.hadoop.io.NullWritable>
createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
static boolean
doPostFilter(Element element, View view)
static boolean
postFilter(Element element, ElementFilter postFilter)
-
Methods inherited from class org.apache.accumulo.core.client.mapreduce.InputFormatBase
addIterator, fetchColumns, isBatchScan, setAutoAdjustRanges, setBatchScan, setInputTableName, setLocalIterators, setOfflineTableScan, setRanges, setSamplerConfiguration, setScanIsolation
-
-
-
-
Field Detail
-
KEY_PACKAGE
public static final String KEY_PACKAGE
- See Also:
- Constant Field Values
-
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
-
VIEW
public static final String VIEW
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRecordReader
public org.apache.hadoop.mapreduce.RecordReader<Element,org.apache.hadoop.io.NullWritable> createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
- Specified by:
createRecordReader
in classorg.apache.hadoop.mapreduce.InputFormat<Element,org.apache.hadoop.io.NullWritable>
- Throws:
IOException
-
postFilter
public static boolean postFilter(Element element, ElementFilter postFilter)
-
-