Uses of Class
uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
Packages that use AddElementsFromHdfs Package Description uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory 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.tool Implementations of the Hadoop Tool interface. -
-
Uses of AddElementsFromHdfs in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler with parameters of type AddElementsFromHdfs Modifier and Type Method Description voidAddElementsFromHdfsHandler. doOperation(AddElementsFromHdfs operation, Context context, AccumuloStore store)VoidAddElementsFromHdfsHandler. doOperation(AddElementsFromHdfs operation, Context context, Store store) -
Uses of AddElementsFromHdfs in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory
Methods in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory with parameters of type AddElementsFromHdfs Modifier and Type Method Description org.apache.hadoop.mapred.JobConfAccumuloAddElementsFromHdfsJobFactory. createJobConf(AddElementsFromHdfs operation, String mapperGeneratorClassName, Store store)voidAccumuloAddElementsFromHdfsJobFactory. setupJob(org.apache.hadoop.mapreduce.Job job, AddElementsFromHdfs operation, String mapperGenerator, Store store) -
Uses of AddElementsFromHdfs in uk.gov.gchq.gaffer.hdfs.operation
Methods in uk.gov.gchq.gaffer.hdfs.operation that return AddElementsFromHdfs Modifier and Type Method Description AddElementsFromHdfsAddElementsFromHdfs. shallowClone() -
Uses of AddElementsFromHdfs in uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool
Constructors in uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool with parameters of type AddElementsFromHdfs Constructor Description AddElementsFromHdfsTool(AddElementsFromHdfsJobFactory jobFactory, AddElementsFromHdfs operation, Store store)
-