|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexBucketLocator | |
---|---|
org.usergrid.persistence.cassandra |
Uses of IndexBucketLocator in org.usergrid.persistence.cassandra |
---|
Classes in org.usergrid.persistence.cassandra that implement IndexBucketLocator | |
---|---|
class |
SimpleIndexBucketLocatorImpl
Simple implementation that does static hashing across 100 rows. |
Methods in org.usergrid.persistence.cassandra that return IndexBucketLocator | |
---|---|
IndexBucketLocator |
EntityManagerImpl.getIndexBucketLocator()
|
Methods in org.usergrid.persistence.cassandra with parameters of type IndexBucketLocator | |
---|---|
static void |
GeoIndexManager.batchDeleteLocationInConnectionsIndex(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> m,
IndexBucketLocator locator,
UUID appId,
UUID[] index_keys,
String propertyName,
GeoIndexManager.EntityLocationRef location)
|
static void |
GeoIndexManager.batchRemoveLocationFromCollectionIndex(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> m,
IndexBucketLocator locator,
UUID appId,
Object key,
GeoIndexManager.EntityLocationRef location)
|
static void |
GeoIndexManager.batchStoreLocationInCollectionIndex(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> m,
IndexBucketLocator locator,
UUID appId,
Object key,
UUID entityId,
GeoIndexManager.EntityLocationRef location)
|
static void |
GeoIndexManager.batchStoreLocationInConnectionsIndex(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> m,
IndexBucketLocator locator,
UUID appId,
UUID[] index_keys,
String propertyName,
GeoIndexManager.EntityLocationRef location)
|
List<UUID> |
CassandraService.getIdList(me.prettyprint.hector.api.Keyspace ko,
Object key,
Object start,
Object finish,
int count,
boolean reversed,
IndexBucketLocator locator,
UUID applicationId,
String collectionName)
Gets the id list. |
RelationManagerImpl |
RelationManagerImpl.init(EntityManagerImpl em,
CassandraService cass,
UUID applicationId,
EntityRef headEntity,
IndexBucketLocator indexBucketLocator)
|
Constructors in org.usergrid.persistence.cassandra with parameters of type IndexBucketLocator | |
---|---|
IndexBucketScanner(CassandraService cass,
IndexBucketLocator locator,
ApplicationCF columnFamily,
UUID applicationId,
IndexBucketLocator.IndexType indexType,
Object keyPrefix,
Object start,
Object finish,
boolean reversed,
int count,
String... indexPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |