Uses of Interface
org.apache.accumulo.core.iterators.SortedKeyValueIterator

Packages that use SortedKeyValueIterator
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators   
 

Uses of SortedKeyValueIterator in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock that return SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> MockScannerBase.createFilter(SortedKeyValueIterator<Key,Value> inner)
           
 

Methods in org.apache.accumulo.core.client.mock with parameters of type SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> MockScannerBase.createFilter(SortedKeyValueIterator<Key,Value> inner)
           
 

Uses of SortedKeyValueIterator in org.apache.accumulo.core.file
 

Subinterfaces of SortedKeyValueIterator in org.apache.accumulo.core.file
 interface FileSKVIterator
           
 

Classes in org.apache.accumulo.core.file that implement SortedKeyValueIterator
static class BloomFilterLayer.Reader
           
 class FileCFSkippingIterator
           
 

Methods in org.apache.accumulo.core.file that return SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> FileCFSkippingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> BloomFilterLayer.Reader.deepCopy(IteratorEnvironment env)
           
 

Methods in org.apache.accumulo.core.file with parameters of type SortedKeyValueIterator
 void BloomFilterLayer.Reader.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 

Constructors in org.apache.accumulo.core.file with parameters of type SortedKeyValueIterator
FileCFSkippingIterator(SortedKeyValueIterator<Key,Value> src, java.util.Set<ByteSequence> colFamSet, boolean inclusive)
           
 

Uses of SortedKeyValueIterator in org.apache.accumulo.core.file.map
 

Classes in org.apache.accumulo.core.file.map that implement SortedKeyValueIterator
static class MapFileOperations.RangeIterator
          Deprecated.  
static class MyMapFile.Reader
          Deprecated. Provide access to an existing map.
 

Methods in org.apache.accumulo.core.file.map that return SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> MyMapFile.Reader.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> MapFileOperations.RangeIterator.deepCopy(IteratorEnvironment env)
           
 

Methods in org.apache.accumulo.core.file.map with parameters of type SortedKeyValueIterator
 void MyMapFile.Reader.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void MapFileOperations.RangeIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 

Constructors in org.apache.accumulo.core.file.map with parameters of type SortedKeyValueIterator
MapFileOperations.RangeIterator(SortedKeyValueIterator<Key,Value> reader)
           
 

Uses of SortedKeyValueIterator in org.apache.accumulo.core.file.rfile
 

Classes in org.apache.accumulo.core.file.rfile that implement SortedKeyValueIterator
static class RFile.Reader
           
 

Methods in org.apache.accumulo.core.file.rfile that return SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> RFile.Reader.deepCopy(IteratorEnvironment env)
           
 

Methods in org.apache.accumulo.core.file.rfile with parameters of type SortedKeyValueIterator
 void RFile.Reader.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 

Uses of SortedKeyValueIterator in org.apache.accumulo.core.iterators
 

Subinterfaces of SortedKeyValueIterator in org.apache.accumulo.core.iterators
 interface InterruptibleIterator
           
 

Classes in org.apache.accumulo.core.iterators that implement SortedKeyValueIterator
 class AggregatingIterator
          This iterator wraps another iterator.
 class ColumnFamilyCounter
           
 class ColumnFamilySkippingIterator
           
 class CountingIterator
           
 class DebugIterator
           
 class DeletingIterator
           
 class DevNull
          An iterator that is useful testing...
 class FamilyIntersectingIterator
           
 class FilteringIterator
           
 class FirstEntryInRowIterator
           
 class GrepIterator
           
 class HeapIterator
           
 class IntersectingIterator
           
 class LargeRowFilter
          This iterator suppresses rows that exceed a specified number of columns.
 class MultiIterator
          An iterator capable of iterating over other iterators in sorted order.
 class NoLabelIterator
           
 class OrIterator
          An iterator that handles "OR" query constructs on the server side.
 class RegExIterator
           
 class RowDeletingIterator
          An iterator for deleting whole rows.
 class ScanCache
           
 class SequenceFileIterator
          Deprecated. since 1.3
 class SkippingIterator
           
 class SortedKeyIterator
           
 class SortedMapIterator
          A simple iterator over a Java SortedMap
 class SourceSwitchingIterator
           
 class SystemScanIterator
           
 class VersioningIterator
           
 class WholeRowIterator
          The WholeRowIterator is designed to provide row-isolation so that queries see mutations as atomic.
 class WrappingIterator
           
 

Fields in org.apache.accumulo.core.iterators declared as SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> FamilyIntersectingIterator.docSource
           
 SortedKeyValueIterator<Key,Value> OrIterator.TermSource.iter
           
 SortedKeyValueIterator<Key,Value> IntersectingIterator.TermSource.iter
           
 

Methods in org.apache.accumulo.core.iterators that return SortedKeyValueIterator
 SortedKeyValueIterator<Key,Value> ColumnFamilySkippingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> GrepIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> SortedKeyIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> LargeRowFilter.deepCopy(IteratorEnvironment env)
           
abstract  SortedKeyValueIterator<Key,Value> WrappingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> ColumnFamilyCounter.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> RowDeletingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> DevNull.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> WholeRowIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> FirstEntryInRowIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<K,V> SortedKeyValueIterator.deepCopy(IteratorEnvironment env)
          Creates a deep copy of this iterator as though seek had not yet been called.
 SortedKeyValueIterator<Key,Value> SourceSwitchingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> OrIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> FamilyIntersectingIterator.deepCopy(IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> IntersectingIterator.deepCopy(IteratorEnvironment env)
           
protected  SortedKeyValueIterator<Key,Value> WrappingIterator.getSource()
           
 SortedKeyValueIterator<Key,Value> SourceSwitchingIterator.DataSource.iterator()
           
static
<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, IteratorEnvironment env)
           
static
<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, IteratorEnvironment env)
           
 SortedKeyValueIterator<Key,Value> IteratorEnvironment.reserveMapFileReader(java.lang.String mapFileName)
           
 

Methods in org.apache.accumulo.core.iterators with parameters of type SortedKeyValueIterator
protected  void HeapIterator.addSource(SortedKeyValueIterator<Key,Value> source)
           
 void IntersectingIterator.addSource(SortedKeyValueIterator<Key,Value> source, IteratorEnvironment env, org.apache.hadoop.io.Text term, boolean notFlag)
           
 void OrIterator.addTerm(SortedKeyValueIterator<Key,Value> source, org.apache.hadoop.io.Text term, IteratorEnvironment env)
           
 void FilteringIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void CountingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void GrepIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void ScanCache.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void LargeRowFilter.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void WrappingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void MultiIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void ColumnFamilyCounter.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void RowDeletingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void DevNull.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void SequenceFileIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
          Deprecated.  
 void WholeRowIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void FirstEntryInRowIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void SourceSwitchingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void OrIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void DeletingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void RegExIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void SortedMapIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void NoLabelIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void FamilyIntersectingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void IntersectingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void AggregatingIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void VersioningIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void DebugIterator.init(SortedKeyValueIterator<Key,Value> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
           
 void SortedKeyValueIterator.init(SortedKeyValueIterator<K,V> source, java.util.Map<java.lang.String,java.lang.String> options, IteratorEnvironment env)
          Initializes the iterator.
static
<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, IteratorEnvironment env)
           
static
<K extends org.apache.hadoop.io.WritableComparable<?>,V extends org.apache.hadoop.io.Writable>
SortedKeyValueIterator<K,V>
IteratorUtil.loadIterators(IteratorUtil.IteratorScope scope, SortedKeyValueIterator<K,V> source, KeyExtent extent, AccumuloConfiguration conf, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, IteratorEnvironment env)
           
 void ScanCache.setAuthorityIterator(SortedKeyValueIterator<Key,Value> authorityIter)
           
protected  void WrappingIterator.setSource(SortedKeyValueIterator<Key,Value> source)
           
static java.lang.String IntersectingIterator.stringTopKey(SortedKeyValueIterator<Key,Value> iter)
           
 

Constructors in org.apache.accumulo.core.iterators with parameters of type SortedKeyValueIterator
AggregatingIterator(SortedKeyValueIterator<Key,Value> iterator, ColumnToClassMapping<Aggregator> aggregators)
           
ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source)
           
ColumnFamilySkippingIterator(SortedKeyValueIterator<Key,Value> source, java.util.Set<ByteSequence> colFamSet, boolean inclusive)
           
CountingIterator(SortedKeyValueIterator<Key,Value> source)
           
DebugIterator(java.lang.String prefix, SortedKeyValueIterator<Key,Value> source)
           
DeletingIterator(SortedKeyValueIterator<Key,Value> iterator, boolean propogateDeletes)
           
FilteringIterator(SortedKeyValueIterator<Key,Value> iterator, java.util.List<? extends Filter> filters)
           
IntersectingIterator.TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term)
           
IntersectingIterator.TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term, boolean notFlag)
           
OrIterator.TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term)
           
SystemScanIterator(SortedKeyValueIterator<Key,Value> iterator, Authorizations authorizations, byte[] defaultLabels, java.util.HashSet<Column> hsc)
           
VersioningIterator(SortedKeyValueIterator<Key,Value> iterator, int maxVersions)
           
 

Constructor parameters in org.apache.accumulo.core.iterators with type arguments of type SortedKeyValueIterator
MultiIterator(java.util.List<SortedKeyValueIterator<Key,Value>> readers, boolean init)
           
MultiIterator(java.util.List<SortedKeyValueIterator<Key,Value>> iters2, KeyExtent extent)
           
MultiIterator(java.util.List<SortedKeyValueIterator<Key,Value>> iters, Range seekFence)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.