Uses of Class
org.gcube.couchbase.entities.MetaIndex

Packages that use MetaIndex
org.gcube.couchbase   
org.gcube.couchbase.entities   
org.gcube.couchbase.helpers   
 

Uses of MetaIndex in org.gcube.couchbase
 

Methods in org.gcube.couchbase that return MetaIndex
 MetaIndex CouchBaseNode.getMetaIndex()
           
 

Methods in org.gcube.couchbase with parameters of type MetaIndex
 void CouchBaseNode.setMetaIndex(MetaIndex metaIndex)
           
 

Uses of MetaIndex in org.gcube.couchbase.entities
 

Methods in org.gcube.couchbase.entities that return MetaIndex
static MetaIndex MetaIndex.loadMetaFromDatabase(com.couchbase.client.CouchbaseClient client)
           
 

Methods in org.gcube.couchbase.entities with parameters of type MetaIndex
static Boolean MetaIndex.saveMetaIndexToDatabase(com.couchbase.client.CouchbaseClient client, MetaIndex meta)
           
static Boolean MetaIndex.saveMetaIndexToDatabase(com.couchbase.client.CouchbaseClient client, MetaIndex meta, Boolean override)
           
static void MetaIndex.updateMetaFromDoc(MetaIndex meta, ForwardIndexDocument doc)
           
 

Uses of MetaIndex in org.gcube.couchbase.helpers
 

Methods in org.gcube.couchbase.helpers with parameters of type MetaIndex
static Boolean CouchBaseHelper.deleteCollectionCouchBase(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocName, Map<String,CouchBaseDataTypesHelper.DataType> keys, MetaIndex meta, String collID)
          Deletes all the documents of the given collection
static boolean CouchBaseHelper.feedLocator(com.couchbase.client.CouchbaseClient client, String resultSetLocation, MetaIndex meta)
          Inserts all the records that are read from the resultSetLocation gRS2 endpoint in the record, updates the meta-index and saves it
static String CouchBaseHelper.query(com.couchbase.client.CouchbaseClient client, MetaIndex meta, String bucketName, String designDocName, Map<String,CouchBaseDataTypesHelper.DataType> keys, org.gcube.indexmanagement.resourceregistry.RRadaptor rradaptor, String queryString)
          Executes the queryString and returns a gRS2 endpoint locator were the results will written.
 



Copyright © 2014. All Rights Reserved.