org.apache.accumulo.examples.wikisearch.iterator
Class AndIterator.TermSource

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.iterator.AndIterator.TermSource
Enclosing class:
AndIterator

protected static class AndIterator.TermSource
extends Object

Used in representing a Term that is intersected on.


Field Summary
 org.apache.hadoop.io.Text dataLocation
           
 SortedKeyValueIterator<Key,Value> iter
           
 boolean notFlag
           
 org.apache.hadoop.io.Text term
           
 
Constructor Summary
AndIterator.TermSource(AndIterator.TermSource other)
           
AndIterator.TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text dataLocation, org.apache.hadoop.io.Text term)
           
AndIterator.TermSource(SortedKeyValueIterator<Key,Value> iter, org.apache.hadoop.io.Text dataLocation, org.apache.hadoop.io.Text term, boolean notFlag)
           
 
Method Summary
 String getTermString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iter

public SortedKeyValueIterator<Key,Value> iter

dataLocation

public org.apache.hadoop.io.Text dataLocation

term

public org.apache.hadoop.io.Text term

notFlag

public boolean notFlag
Constructor Detail

AndIterator.TermSource

public AndIterator.TermSource(AndIterator.TermSource other)

AndIterator.TermSource

public AndIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
                              org.apache.hadoop.io.Text dataLocation,
                              org.apache.hadoop.io.Text term)

AndIterator.TermSource

public AndIterator.TermSource(SortedKeyValueIterator<Key,Value> iter,
                              org.apache.hadoop.io.Text dataLocation,
                              org.apache.hadoop.io.Text term,
                              boolean notFlag)
Method Detail

getTermString

public String getTermString()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.