Uses of Class
org.usergrid.persistence.CounterQuery

Packages that use CounterQuery
org.usergrid.persistence   
 

Uses of CounterQuery in org.usergrid.persistence
 

Methods in org.usergrid.persistence that return CounterQuery
 CounterQuery CounterQuery.addCategory(String category)
           
 CounterQuery CounterQuery.addCounterFilter(String counter)
           
static CounterQuery CounterQuery.fromJsonString(String json)
           
static CounterQuery CounterQuery.fromQueryParams(Map<String,List<String>> params)
           
static CounterQuery CounterQuery.newQueryIfNull(CounterQuery query)
           
 CounterQuery CounterQuery.withCategories(List<String> categories)
           
 CounterQuery CounterQuery.withCounterFilters(List<Query.CounterFilterPredicate> counterFilters)
           
 CounterQuery CounterQuery.withFinishTime(Long finishTime)
           
 CounterQuery CounterQuery.withLimit(int limit)
           
 CounterQuery CounterQuery.withPad(boolean pad)
           
 CounterQuery CounterQuery.withResolution(CounterResolution resolution)
           
 CounterQuery CounterQuery.withStartTime(Long startTime)
           
 

Methods in org.usergrid.persistence with parameters of type CounterQuery
static CounterQuery CounterQuery.newQueryIfNull(CounterQuery query)
           
 

Constructors in org.usergrid.persistence with parameters of type CounterQuery
CounterQuery(CounterQuery q)
           
 



Copyright © 2013. All Rights Reserved.