Uses of Class
org.usergrid.persistence.cassandra.GeoIndexManager.EntityLocationRef

Packages that use GeoIndexManager.EntityLocationRef
org.usergrid.persistence.cassandra   
 

Uses of GeoIndexManager.EntityLocationRef in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra that return types with arguments of type GeoIndexManager.EntityLocationRef
static List<GeoIndexManager.EntityLocationRef> GeoIndexManager.getLocationIndexEntries(List<me.prettyprint.hector.api.beans.HColumn<ByteBuffer,ByteBuffer>> columns)
           
static List<GeoIndexManager.EntityLocationRef> GeoIndexManager.mergeLocationEntries(List<GeoIndexManager.EntityLocationRef> list, List<GeoIndexManager.EntityLocationRef>... lists)
           
 List<GeoIndexManager.EntityLocationRef> GeoIndexManager.query(Object key, List<String> curGeocellsUnique, UUID startResult, int count, boolean reversed)
           
 

Methods in org.usergrid.persistence.cassandra with parameters of type GeoIndexManager.EntityLocationRef
static me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> GeoIndexManager.addLocationEntryInsertionToMutator(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> m, Object key, GeoIndexManager.EntityLocationRef entry)
           
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)
           
 void GeoIndexManager.removeLocationFromCollectionIndex(EntityRef owner, String collectionName, String propertyName, GeoIndexManager.EntityLocationRef location)
           
 void GeoIndexManager.storeLocationInCollectionIndex(EntityRef owner, String collectionName, UUID entityId, String propertyName, GeoIndexManager.EntityLocationRef location)
           
 

Method parameters in org.usergrid.persistence.cassandra with type arguments of type GeoIndexManager.EntityLocationRef
static List<GeoIndexManager.EntityLocationRef> GeoIndexManager.mergeLocationEntries(List<GeoIndexManager.EntityLocationRef> list, List<GeoIndexManager.EntityLocationRef>... lists)
           
 



Copyright © 2013. All Rights Reserved.