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
ConstructorsConstructorDescriptionTermSource
(OrIterator.TermSource other) TermSource
(SortedKeyValueIterator<Key, Value> iter, org.apache.hadoop.io.Text term) -
Method Summary
-
Constructor Details
-
TermSource
-
TermSource
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<OrIterator.TermSource>
-
seek
Converts the givenRange
into the correctRange
for this TermSource (per this expected table structure) and then seeks this TermSource's SKVI.- Throws:
IOException
-
toString
-