public class QueryNodeHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.accumulo.core.client.Connector |
connector |
protected Integer |
numThreads |
protected ShardBuilder |
shard |
protected String |
shardTable |
| Constructor and Description |
|---|
QueryNodeHelper(org.apache.accumulo.core.client.Connector connector,
String shardTable,
int numThreads,
ShardBuilder shard,
org.calrissian.mango.types.TypeRegistry<String> typeRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.collect.CloseableIterable<StoreEntry> |
queryAndNode(Date start,
Date stop,
org.calrissian.mango.criteria.domain.AndNode query,
org.apache.accumulo.core.security.Authorizations auths) |
org.calrissian.mango.collect.CloseableIterable<StoreEntry> |
querySingleLeaf(Date start,
Date stop,
org.calrissian.mango.criteria.domain.Leaf query,
org.apache.accumulo.core.security.Authorizations auths) |
protected final org.apache.accumulo.core.client.Connector connector
protected final String shardTable
protected final Integer numThreads
protected final ShardBuilder shard
public QueryNodeHelper(org.apache.accumulo.core.client.Connector connector,
String shardTable,
int numThreads,
ShardBuilder shard,
org.calrissian.mango.types.TypeRegistry<String> typeRegistry)
public org.calrissian.mango.collect.CloseableIterable<StoreEntry> queryAndNode(Date start, Date stop, org.calrissian.mango.criteria.domain.AndNode query, org.apache.accumulo.core.security.Authorizations auths) throws Exception
Exceptionpublic org.calrissian.mango.collect.CloseableIterable<StoreEntry> querySingleLeaf(Date start, Date stop, org.calrissian.mango.criteria.domain.Leaf query, org.apache.accumulo.core.security.Authorizations auths) throws Exception
ExceptionCopyright © 2014 Calrissian. All Rights Reserved.