org.apache.accumulo.examples.shard
Class ContinuousQuery

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

public class ContinuousQuery
extends java.lang.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.java) using the intersecting iterator.


Constructor Summary
ContinuousQuery()
           
 
Method Summary
static void main(java.lang.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(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


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