Uses of Class
org.usergrid.persistence.AggregateCounterSet

Packages that use AggregateCounterSet
org.usergrid.mq.cassandra   
org.usergrid.persistence   
 

Uses of AggregateCounterSet in org.usergrid.mq.cassandra
 

Methods in org.usergrid.mq.cassandra that return AggregateCounterSet
 AggregateCounterSet QueueManagerImpl.getAggregateCounters(UUID queueId, String category, String counterName, CounterResolution resolution, long start, long finish, boolean pad)
           
 

Methods in org.usergrid.mq.cassandra that return types with arguments of type AggregateCounterSet
 List<AggregateCounterSet> QueueManagerImpl.getAggregateCounters(UUID queueId, CounterQuery query)
           
 

Uses of AggregateCounterSet in org.usergrid.persistence
 

Methods in org.usergrid.persistence that return types with arguments of type AggregateCounterSet
 List<AggregateCounterSet> Results.getCounters()
           
 

Methods in org.usergrid.persistence with parameters of type AggregateCounterSet
static Results Results.fromCounters(AggregateCounterSet counters)
           
 

Method parameters in org.usergrid.persistence with type arguments of type AggregateCounterSet
static Results Results.fromCounters(List<AggregateCounterSet> counters)
           
 void Results.setCounters(List<AggregateCounterSet> counters)
           
 Results Results.withCounters(List<AggregateCounterSet> counters)
           
 



Copyright © 2013. All Rights Reserved.