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 Void
SampleDataForSplitPointsHandler. 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.JobConf
AccumuloSampleDataForSplitPointsJobFactory. createJobConf(SampleDataForSplitPoints operation, String mapperGeneratorClassName, Store store)
void
AccumuloSampleDataForSplitPointsJobFactory. 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 SampleDataForSplitPoints
SampleDataForSplitPoints. 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)
-