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

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

Uses of CassandraService in org.usergrid.mq.cassandra
 

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

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

Uses of CassandraService in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra that return CassandraService
 CassandraService EntityManagerImpl.getCass()
           
 

Methods in org.usergrid.persistence.cassandra with parameters of type CassandraService
 EntityManagerImpl EntityManagerImpl.init(EntityManagerFactoryImpl emf, CassandraService cass, CounterUtils counterUtils, UUID applicationId, boolean skipAggregateCounters)
           
 RelationManagerImpl RelationManagerImpl.init(EntityManagerImpl em, CassandraService cass, UUID applicationId, EntityRef headEntity, IndexBucketLocator indexBucketLocator)
           
 

Constructors in org.usergrid.persistence.cassandra with parameters of type CassandraService
EntityManagerFactoryImpl(CassandraService cass, CounterUtils counterUtils, boolean skipAggregateCounters)
          Must be constructed with a CassandraClientPool.
IndexBucketScanner(CassandraService cass, IndexBucketLocator locator, ApplicationCF columnFamily, UUID applicationId, IndexBucketLocator.IndexType indexType, Object keyPrefix, Object start, Object finish, boolean reversed, int count, String... indexPath)
           
 



Copyright © 2013. All Rights Reserved.