org.apache.accumulo.examples.simple.shard
Class ContinuousQuery

java.lang.Object
  extended by org.apache.accumulo.examples.simple.shard.ContinuousQuery

public class ContinuousQuery
extends Object

Using the doc2word table created by Reverse.java, this program randomly selects N words per document. Then it continually queries a random set of words in the shard table (created by Index) using the IntersectingIterator. See docs/examples/README.shard for instructions.


Constructor Summary
ContinuousQuery()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuousQuery

public ContinuousQuery()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.