org.apache.accumulo.core.iterators.user
Class IntersectingIterator.TermSource
java.lang.Object
org.apache.accumulo.core.iterators.user.IntersectingIterator.TermSource
- Enclosing class:
- IntersectingIterator
protected static class IntersectingIterator.TermSource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iter
public SortedKeyValueIterator<Key,Value> iter
term
public org.apache.hadoop.io.Text term
notFlag
public boolean notFlag
IntersectingIterator.TermSource
public IntersectingIterator.TermSource(IntersectingIterator.TermSource other)
IntersectingIterator.TermSource
public IntersectingIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
org.apache.hadoop.io.Text term)
IntersectingIterator.TermSource
public IntersectingIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
org.apache.hadoop.io.Text term,
boolean notFlag)
getTermString
public String getTermString()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.