Uses of Class
org.usergrid.mq.QueryProcessor.RangeValue

Packages that use QueryProcessor.RangeValue
org.usergrid.mq   
 

Uses of QueryProcessor.RangeValue in org.usergrid.mq
 

Methods in org.usergrid.mq that return QueryProcessor.RangeValue
 QueryProcessor.RangeValue QueryProcessor.RangePair.getFinish()
           
 QueryProcessor.RangeValue QueryProcessor.QuerySlice.getFinish()
           
 QueryProcessor.RangeValue QueryProcessor.RangePair.getStart()
           
 QueryProcessor.RangeValue QueryProcessor.QuerySlice.getStart()
           
 

Methods in org.usergrid.mq with parameters of type QueryProcessor.RangeValue
static int QueryProcessor.RangeValue.compare(QueryProcessor.RangeValue v1, QueryProcessor.RangeValue v2, boolean finish)
           
 int QueryProcessor.RangeValue.compareTo(QueryProcessor.RangeValue other, boolean finish)
           
 void QueryProcessor.RangePair.setFinish(QueryProcessor.RangeValue finish)
           
 void QueryProcessor.QuerySlice.setFinish(QueryProcessor.RangeValue finish)
           
 void QueryProcessor.RangePair.setStart(QueryProcessor.RangeValue start)
           
 void QueryProcessor.QuerySlice.setStart(QueryProcessor.RangeValue start)
           
 

Constructors in org.usergrid.mq with parameters of type QueryProcessor.RangeValue
QueryProcessor.RangePair(QueryProcessor.RangeValue start, QueryProcessor.RangeValue finish)
           
 



Copyright © 2013. All Rights Reserved.