Package | Description |
---|---|
org.apache.accumulo.core.client.mapred | |
org.apache.accumulo.core.client.mapreduce |
Modifier and Type | Class and Description |
---|---|
class |
RangeInputSplit
The Class RangeInputSplit.
|
Modifier and Type | Class and Description |
---|---|
static class |
InputFormatBase.RangeInputSplit
Deprecated.
since 1.5.2; Use
RangeInputSplit instead. |
Modifier and Type | Field and Description |
---|---|
protected RangeInputSplit |
AbstractInputFormat.AbstractRecordReader.split |
Modifier and Type | Method and Description |
---|---|
protected void |
InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context,
Scanner scanner,
RangeInputSplit split)
Initialize a scanner over the given input split using this task attempt configuration.
|
protected abstract void |
AbstractInputFormat.AbstractRecordReader.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context,
Scanner scanner,
String tableName,
RangeInputSplit split)
Configures the iterators on a scanner for the given table name.
|
protected void |
InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context,
Scanner scanner,
String tableName,
RangeInputSplit split)
Apply the configured iterators from the configuration to the scanner for the specified table name
|
Constructor and Description |
---|
RangeInputSplit(RangeInputSplit split) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.