Uses of Class
org.usergrid.persistence.cassandra.CounterUtils

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

Uses of CounterUtils in org.usergrid.mq.cassandra
 

Methods in org.usergrid.mq.cassandra with parameters of type CounterUtils
 QueueManagerImpl QueueManagerImpl.init(QueueManagerFactoryImpl mmf, CassandraService cass, CounterUtils counterUtils, UUID applicationId)
           
 

Constructors in org.usergrid.mq.cassandra with parameters of type CounterUtils
QueueManagerFactoryImpl(CassandraService cass, CounterUtils counterUtils)
          Must be constructed with a CassandraClientPool.
 

Uses of CounterUtils in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra with parameters of type CounterUtils
 EntityManagerImpl EntityManagerImpl.init(EntityManagerFactoryImpl emf, CassandraService cass, CounterUtils counterUtils, UUID applicationId, boolean skipAggregateCounters)
           
 void EntityManagerFactoryImpl.setCounterUtils(CounterUtils counterUtils)
           
 

Constructors in org.usergrid.persistence.cassandra with parameters of type CounterUtils
EntityManagerFactoryImpl(CassandraService cass, CounterUtils counterUtils, boolean skipAggregateCounters)
          Must be constructed with a CassandraClientPool.
 



Copyright © 2013. All Rights Reserved.