org.apache.accumulo.examples.simple.shard
Class ContinuousQuery
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuousQuery
public ContinuousQuery()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.