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

Packages that use IndexUpdate
org.usergrid.persistence.cassandra   
 

Uses of IndexUpdate in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra that return IndexUpdate
 IndexUpdate RelationManagerImpl.batchStartIndexUpdate(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> batch, Entity entity, String entryName, Object entryValue, UUID timestampUuid, boolean schemaHasProperty, boolean isMultiValue, boolean removeListEntry, boolean fulltextIndexed)
           
 IndexUpdate RelationManagerImpl.batchStartIndexUpdate(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> batch, Entity entity, String entryName, Object entryValue, UUID timestampUuid, boolean schemaHasProperty, boolean isMultiValue, boolean removeListEntry, boolean fulltextIndexed, boolean skipRead)
           
 IndexUpdate RelationManagerImpl.batchUpdateBackwardConnectionsDictionaryIndexes(IndexUpdate indexUpdate)
          Batch update backword connections set indexes.
 IndexUpdate RelationManagerImpl.batchUpdateBackwardConnectionsPropertyIndexes(IndexUpdate indexUpdate)
          Batch update backword connections property indexes.
 IndexUpdate RelationManagerImpl.batchUpdateCollectionIndex(IndexUpdate indexUpdate, EntityRef owner, String collectionName)
          Batch update collection index.
 IndexUpdate RelationManagerImpl.batchUpdateConnectionIndex(IndexUpdate indexUpdate, ConnectionRefImpl connection)
          Batch update connection index.
 

Methods in org.usergrid.persistence.cassandra with parameters of type IndexUpdate
 me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> RelationManagerImpl.batchAddConnectionIndexEntries(IndexUpdate indexUpdate, IndexUpdate.IndexEntry entry, ConnectionRefImpl connection, UUID[] index_keys)
           
 me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> RelationManagerImpl.batchDeleteConnectionIndexEntries(IndexUpdate indexUpdate, IndexUpdate.IndexEntry entry, ConnectionRefImpl connection, UUID[] index_keys)
           
 IndexUpdate RelationManagerImpl.batchUpdateBackwardConnectionsDictionaryIndexes(IndexUpdate indexUpdate)
          Batch update backword connections set indexes.
 IndexUpdate RelationManagerImpl.batchUpdateBackwardConnectionsPropertyIndexes(IndexUpdate indexUpdate)
          Batch update backword connections property indexes.
 IndexUpdate RelationManagerImpl.batchUpdateCollectionIndex(IndexUpdate indexUpdate, EntityRef owner, String collectionName)
          Batch update collection index.
 IndexUpdate RelationManagerImpl.batchUpdateConnectionIndex(IndexUpdate indexUpdate, ConnectionRefImpl connection)
          Batch update connection index.
 



Copyright © 2013. All Rights Reserved.