Uses of Interface
uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
Packages that use MapReduce Package Description uk.gov.gchq.gaffer.hdfs.operation Classes relating to operations for interacting with data held in HDFS.uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory Factory classes for preparing Hadoop MapReduce jobs.uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser Classes to initialise Hadoop MapReduce jobs. -
-
Uses of MapReduce in uk.gov.gchq.gaffer.hdfs.operation
Classes in uk.gov.gchq.gaffer.hdfs.operation with type parameters of type MapReduce Modifier and Type Interface Description static interface
MapReduce.Builder<OP extends MapReduce,B extends MapReduce.Builder<OP,?>>
Classes in uk.gov.gchq.gaffer.hdfs.operation that implement MapReduce Modifier and Type Class Description class
AddElementsFromHdfs
AnAddElementsFromHdfs
operation is for addingElement
s from HDFS.class
SampleDataForSplitPoints
TheSampleDataForSplitPoints
operation is for creating a splits file, either for use in aSplitStoreFromFile
operation or anAddElementsFromHdfs
operation. -
Uses of MapReduce in uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory
Classes in uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory with type parameters of type MapReduce Modifier and Type Interface Description interface
JobFactory<O extends MapReduce>
-
Uses of MapReduce in uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser
Methods in uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser with parameters of type MapReduce Modifier and Type Method Description void
AvroJobInitialiser. initialiseJob(org.apache.hadoop.mapreduce.Job job, MapReduce operation, Store store)
void
JobInitialiser. initialiseJob(org.apache.hadoop.mapreduce.Job job, MapReduce operation, Store store)
Initialises a job.void
TextJobInitialiser. initialiseJob(org.apache.hadoop.mapreduce.Job job, MapReduce operation, Store store)
-