Uses of Class
org.apache.accumulo.core.client.mapreduce.RangeInputSplit
-
-
Uses of RangeInputSplit in org.apache.accumulo.core.client.mapred
Subclasses of RangeInputSplit in org.apache.accumulo.core.client.mapred Modifier and Type Class Description classRangeInputSplitDeprecated.since 2.0.0; Use org.apache.accumulo.hadoop.mapred instead from the accumulo-hadoop-mapreduce.jar -
Uses of RangeInputSplit in org.apache.accumulo.core.client.mapreduce
Fields in org.apache.accumulo.core.client.mapreduce declared as RangeInputSplit Modifier and Type Field Description protected RangeInputSplitAbstractInputFormat.AbstractRecordReader. splitMethods in org.apache.accumulo.core.client.mapreduce with parameters of type RangeInputSplit Modifier and Type Method Description protected voidAbstractInputFormat.AbstractRecordReader. setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, String tableName, RangeInputSplit split)Deprecated.protected voidInputFormatBase.RecordReaderBase. setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, RangeInputSplit split)Deprecated.Constructors in org.apache.accumulo.core.client.mapreduce with parameters of type RangeInputSplit Constructor Description RangeInputSplit(RangeInputSplit split)Deprecated. -
Uses of RangeInputSplit in org.apache.accumulo.core.clientImpl.mapred
Subclasses of RangeInputSplit in org.apache.accumulo.core.clientImpl.mapred Modifier and Type Class Description classBatchInputSplitDeprecated.since 2.0.0 -
Uses of RangeInputSplit in org.apache.accumulo.core.clientImpl.mapreduce
Subclasses of RangeInputSplit in org.apache.accumulo.core.clientImpl.mapreduce Modifier and Type Class Description classBatchInputSplitDeprecated.since 2.0.0Methods in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type RangeInputSplit Modifier and Type Method Description static voidSplitUtils. updateSplit(RangeInputSplit split, InputTableConfig tableConfig, org.apache.log4j.Level logLevel)Deprecated.Central place to set common split configuration not handled by split constructors. -
Uses of RangeInputSplit in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib with parameters of type RangeInputSplit Modifier and Type Method Description static ClientContextConfiguratorBase. client(Class<?> CLASS, RangeInputSplit split, org.apache.hadoop.conf.Configuration conf)
-