protected static class OrIterator.TermSource extends Object implements Comparable<OrIterator.TermSource>
| Modifier and Type | Field and Description |
|---|---|
boolean |
atEnd |
org.apache.hadoop.io.Text |
dataLocation |
org.apache.hadoop.io.Text |
docid |
org.apache.hadoop.io.Text |
fieldTerm |
org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
iter |
org.apache.hadoop.io.Text |
term |
org.apache.accumulo.core.data.Key |
topKey |
| Constructor and Description |
|---|
OrIterator.TermSource(OrIterator.TermSource other) |
OrIterator.TermSource(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter,
org.apache.hadoop.io.Text term) |
OrIterator.TermSource(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter,
org.apache.hadoop.io.Text dataLocation,
org.apache.hadoop.io.Text term) |
public org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter
public org.apache.hadoop.io.Text dataLocation
public org.apache.hadoop.io.Text term
public org.apache.hadoop.io.Text docid
public org.apache.hadoop.io.Text fieldTerm
public org.apache.accumulo.core.data.Key topKey
public boolean atEnd
public OrIterator.TermSource(OrIterator.TermSource other)
public OrIterator.TermSource(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter,
org.apache.hadoop.io.Text term)
public OrIterator.TermSource(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter,
org.apache.hadoop.io.Text dataLocation,
org.apache.hadoop.io.Text term)
public void setNew()
public int compareTo(OrIterator.TermSource o)
compareTo in interface Comparable<OrIterator.TermSource>public boolean hasTop()
Copyright © 2014 Calrissian. All Rights Reserved.