Class OrIterator.TermSource
- java.lang.Object
-
- org.apache.accumulo.core.iterators.OrIterator.TermSource
-
- All Implemented Interfaces:
Comparable<OrIterator.TermSource>
- Enclosing class:
- OrIterator
protected static class OrIterator.TermSource extends Object implements Comparable<OrIterator.TermSource>
-
-
Constructor Summary
Constructors Constructor Description TermSource(OrIterator.TermSource other)TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(OrIterator.TermSource o)booleanequals(Object obj)inthashCode()voidseek(Range originalRange)Converts the givenRangeinto the correctRangefor this TermSource (per this expected table structure) and then seeks this TermSource's SKVI.StringtoString()
-
-
-
Constructor Detail
-
TermSource
public TermSource(OrIterator.TermSource other)
-
TermSource
public TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text term)
-
-
Method Detail
-
compareTo
public int compareTo(OrIterator.TermSource o)
- Specified by:
compareToin interfaceComparable<OrIterator.TermSource>
-
seek
public void seek(Range originalRange) throws IOException
Converts the givenRangeinto the correctRangefor this TermSource (per this expected table structure) and then seeks this TermSource's SKVI.- Throws:
IOException
-
-