protected static class AndIterator.TermSource extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.hadoop.io.Text |
dataLocation |
org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
iter |
boolean |
notFlag |
org.apache.hadoop.io.Text |
term |
| Constructor and Description |
|---|
AndIterator.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) |
AndIterator.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,
boolean notFlag) |
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 boolean notFlag
public AndIterator.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 AndIterator.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,
boolean notFlag)
public String getTermString()
Copyright © 2014 Calrissian. All Rights Reserved.