Uses of Class
uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
Packages that use SampleDataForSplitPoints 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 SampleDataForSplitPoints in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler with parameters of type SampleDataForSplitPoints Modifier and Type Method Description VoidSampleDataForSplitPointsHandler. doOperation(SampleDataForSplitPoints operation, Context context, Store store) -
Uses of SampleDataForSplitPoints 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 SampleDataForSplitPoints Modifier and Type Method Description org.apache.hadoop.mapred.JobConfAccumuloSampleDataForSplitPointsJobFactory. createJobConf(SampleDataForSplitPoints operation, String mapperGeneratorClassName, Store store)voidAccumuloSampleDataForSplitPointsJobFactory. setupJob(org.apache.hadoop.mapreduce.Job job, SampleDataForSplitPoints operation, String mapperGeneratorClassName, Store store) -
Uses of SampleDataForSplitPoints in uk.gov.gchq.gaffer.hdfs.operation
Methods in uk.gov.gchq.gaffer.hdfs.operation that return SampleDataForSplitPoints Modifier and Type Method Description SampleDataForSplitPointsSampleDataForSplitPoints. shallowClone() -
Uses of SampleDataForSplitPoints 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 SampleDataForSplitPoints Constructor Description SampleDataAndCreateSplitsFileTool(SampleDataForSplitPointsJobFactory jobFactory, SampleDataForSplitPoints operation, Store store)
-