Uses of Class
org.usergrid.persistence.schema.CollectionInfo

Packages that use CollectionInfo
org.usergrid.persistence   
org.usergrid.persistence.cassandra   
org.usergrid.persistence.query.ir   
org.usergrid.persistence.schema   
 

Uses of CollectionInfo in org.usergrid.persistence
 

Methods in org.usergrid.persistence that return CollectionInfo
 CollectionInfo Schema.getCollection(String containerType, String collectionName)
           
 CollectionInfo Schema.getContainerCollectionLinkedToCollection(String containerType, String collectionName)
           
 

Methods in org.usergrid.persistence that return types with arguments of type CollectionInfo
 Map<String,CollectionInfo> Schema.getCollections(String entityType)
           
 Map<String,Set<CollectionInfo>> Schema.getContainers(String entityType)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersIndexingDictionaries(String entityType)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersIndexingDictionary(String entityType, String dictionaryName)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersIndexingDynamicSetInfos(String entityType)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersIndexingProperties(String entityType)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersIndexingProperty(String entityType, String propertyName)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersSubkeyedOnProperties(String entityType)
           
 Map<String,Set<CollectionInfo>> Schema.getContainersSubkeyedOnPropertyInfo(String entityType, String propertyName)
           
 

Methods in org.usergrid.persistence with parameters of type CollectionInfo
 void Schema.mapCollector(String entityType, String containerType, String collectionName, CollectionInfo collection)
           
 

Uses of CollectionInfo in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra with parameters of type CollectionInfo
 Object RelationManagerImpl.getCFKeyForSubkey(CollectionInfo collection, SliceNode node)
          Gets the cF key for subkey.
 

Constructors in org.usergrid.persistence.cassandra with parameters of type CollectionInfo
QueryProcessor(Query query, CollectionInfo collectionInfo)
           
 

Uses of CollectionInfo in org.usergrid.persistence.query.ir
 

Methods in org.usergrid.persistence.query.ir with parameters of type CollectionInfo
 void SliceNode.removeSlice(String fieldName, CollectionInfo info)
          Remove this slice by name.
 

Uses of CollectionInfo in org.usergrid.persistence.schema
 

Methods in org.usergrid.persistence.schema that return CollectionInfo
 CollectionInfo EntityInfo.getCollection(String collectionName)
           
 

Methods in org.usergrid.persistence.schema that return types with arguments of type CollectionInfo
 Map<String,CollectionInfo> EntityInfo.getCollections()
           
 

Method parameters in org.usergrid.persistence.schema with type arguments of type CollectionInfo
 void EntityInfo.setCollections(Map<String,CollectionInfo> collections)
           
 



Copyright © 2013. All Rights Reserved.