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

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

public class Query
extends Object

This program queries a set of terms in the shard table (populated by Index) using the IntersectingIterator. See docs/examples/README.shard for instructions.


Constructor Summary
Query()
           
 
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

Query

public Query()
Method Detail

main

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.