Uses of Class
org.usergrid.persistence.IndexBucketLocator.IndexType

Packages that use IndexBucketLocator.IndexType
org.usergrid.persistence   
org.usergrid.persistence.cassandra   
 

Uses of IndexBucketLocator.IndexType in org.usergrid.persistence
 

Methods in org.usergrid.persistence that return IndexBucketLocator.IndexType
static IndexBucketLocator.IndexType IndexBucketLocator.IndexType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexBucketLocator.IndexType[] IndexBucketLocator.IndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.usergrid.persistence with parameters of type IndexBucketLocator.IndexType
 String IndexBucketLocator.getBucket(UUID applicationId, IndexBucketLocator.IndexType type, UUID entityId, String... components)
          Return the bucket to use for indexing this entity
 List<String> IndexBucketLocator.getBuckets(UUID applicationId, IndexBucketLocator.IndexType type, String... components)
          Get all buckets that exist for this application with the given entity type, and property name
 

Uses of IndexBucketLocator.IndexType in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra with parameters of type IndexBucketLocator.IndexType
 String SimpleIndexBucketLocatorImpl.getBucket(UUID applicationId, IndexBucketLocator.IndexType type, UUID entityId, String... components)
           
 List<String> SimpleIndexBucketLocatorImpl.getBuckets(UUID applicationId, IndexBucketLocator.IndexType type, String... components)
           
 

Constructors in org.usergrid.persistence.cassandra with parameters of type IndexBucketLocator.IndexType
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.