Interface AddElementsFromHdfsJobFactory
-
- All Superinterfaces:
JobFactory<AddElementsFromHdfs>
- All Known Implementing Classes:
AccumuloAddElementsFromHdfsJobFactory
public interface AddElementsFromHdfsJobFactory extends JobFactory<AddElementsFromHdfs>
-
-
Field Summary
-
Fields inherited from interface uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory.JobFactory
MAPPER_GENERATOR, SCHEMA, VALIDATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
prepareStore(Store store)
Prepares the store for the add from hdfs.-
Methods inherited from interface uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory.JobFactory
createJobConf, createJobs, setupJob
-
-
-
-
Method Detail
-
prepareStore
void prepareStore(Store store) throws StoreException
Prepares the store for the add from hdfs. For example this could create a table to store the elements in.- Parameters:
store
- The store.- Throws:
StoreException
- If an error occurs.
-
-