| Modifier and Type | Method and Description | 
|---|---|
| Value | ClientSideIteratorScanner.ScannerTranslator. getTopValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> | ClientSideIteratorScanner.ScannerTranslator. deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env) | 
| Iterator<Map.Entry<Key,Value>> | IsolatedScanner. iterator() | 
| Iterator<Map.Entry<Key,Value>> | IsolatedScanner.RowBuffer. iterator() | 
| Iterator<Map.Entry<Key,Value>> | IsolatedScanner.MemoryRowBuffer. iterator() | 
| Iterator<Map.Entry<Key,Value>> | ClientSideIteratorScanner. iterator() | 
| Iterator<Map.Entry<Key,Value>> | ScannerBase. iterator()Returns an iterator over an accumulo table. | 
| Iterator<Map.Entry<Key,Value>> | RowIterator. next()Fetch the next row. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IsolatedScanner.RowBuffer. add(Map.Entry<Key,Value> entry) | 
| void | IsolatedScanner.MemoryRowBuffer. add(Map.Entry<Key,Value> entry) | 
| void | ClientSideIteratorScanner.ScannerTranslator. init(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> source,
    Map<String,String> options,
    org.apache.accumulo.core.iterators.IteratorEnvironment env) | 
| Constructor and Description | 
|---|
| IteratorSetting(int priority,
               Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value>> iteratorClass)Constructs an iterator setting using the given class's SimpleName for the iterator name. | 
| IteratorSetting(int priority,
               Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value>> iteratorClass,
               Map<String,String> properties)Constructs an iterator setting using the given class's SimpleName for the iterator name and configured for the specified scopes with the specified
 parameters. | 
| IteratorSetting(int priority,
               String name,
               Class<? extends org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value>> iteratorClass)Constructs an iterator setting configured for the scan scope with no parameters. | 
| RowIterator(Iterable<Map.Entry<Key,Value>> iterable)Create an iterator from an Iterable. | 
| RowIterator(Iterator<Map.Entry<Key,Value>> iterator)Create an iterator from an (ordered) sequence of KeyValue pairs. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Iterator<Map.Entry<Key,Value>> | InputFormatBase.RecordReaderBase. scannerIterator | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.mapred.RecordReader<Key,Value> | AccumuloInputFormat. getRecordReader(org.apache.hadoop.mapred.InputSplit split,
               org.apache.hadoop.mapred.JobConf job,
               org.apache.hadoop.mapred.Reporter reporter) | 
| org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator<Map.Entry<Key,Value>>> | AccumuloRowInputFormat. getRecordReader(org.apache.hadoop.mapred.InputSplit split,
               org.apache.hadoop.mapred.JobConf job,
               org.apache.hadoop.mapred.Reporter reporter) | 
| org.apache.hadoop.mapred.RecordWriter<Key,Value> | AccumuloFileOutputFormat. getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
               org.apache.hadoop.mapred.JobConf job,
               String name,
               org.apache.hadoop.util.Progressable progress) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Value | InputFormatBase.RecordReaderBase. currentValue | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Iterator<Map.Entry<Key,Value>> | InputFormatBase.RecordReaderBase. scannerIterator | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.mapreduce.RecordReader<Key,Value> | AccumuloInputFormat. createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
                  org.apache.hadoop.mapreduce.TaskAttemptContext context) | 
| org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator<Map.Entry<Key,Value>>> | AccumuloRowInputFormat. createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
                  org.apache.hadoop.mapreduce.TaskAttemptContext context) | 
| org.apache.hadoop.mapreduce.RecordWriter<Key,Value> | AccumuloFileOutputFormat. getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> | MockScannerBase. createFilter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner) | 
| Iterator<Map.Entry<Key,Value>> | MockBatchScanner. iterator() | 
| Iterator<Map.Entry<Key,Value>> | MockScannerBase. iterator() | 
| Iterator<Map.Entry<Key,Value>> | MockScanner. iterator() | 
| Map.Entry<Key,Value> | IteratorAdapter. next() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> | MockScannerBase. createFilter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner) | 
| Constructor and Description | 
|---|
| IteratorAdapter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Value | KeyExtent. encodePrevEndRow(org.apache.hadoop.io.Text per) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.io.Text | KeyExtent. decodePrevEndRow(Value ibw) | 
| void | Mutation. put(CharSequence columnFamily,
   CharSequence columnQualifier,
   ColumnVisibility columnVisibility,
   long timestamp,
   Value value) | 
| void | Mutation. put(CharSequence columnFamily,
   CharSequence columnQualifier,
   ColumnVisibility columnVisibility,
   Value value) | 
| void | Mutation. put(CharSequence columnFamily,
   CharSequence columnQualifier,
   long timestamp,
   Value value) | 
| void | Mutation. put(CharSequence columnFamily,
   CharSequence columnQualifier,
   Value value) | 
| void | Mutation. put(org.apache.hadoop.io.Text columnFamily,
   org.apache.hadoop.io.Text columnQualifier,
   ColumnVisibility columnVisibility,
   long timestamp,
   Value value) | 
| void | Mutation. put(org.apache.hadoop.io.Text columnFamily,
   org.apache.hadoop.io.Text columnQualifier,
   ColumnVisibility columnVisibility,
   Value value) | 
| void | Mutation. put(org.apache.hadoop.io.Text columnFamily,
   org.apache.hadoop.io.Text columnQualifier,
   long timestamp,
   Value value) | 
| void | Mutation. put(org.apache.hadoop.io.Text columnFamily,
   org.apache.hadoop.io.Text columnQualifier,
   Value value) | 
| Constructor and Description | 
|---|
| KeyExtent(org.apache.hadoop.io.Text flattenedExtent,
         Value prevEndRow) | 
| KeyValue(Key key,
        Value value)Creates a new key/value pair. | 
| Value(Value ibw)Set the new Value to a copy of the contents of the passed  ibw. | 
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.