Uses of Class
org.gcube.couchbase.helpers.CouchBaseDataTypesHelper.DataType

Packages that use CouchBaseDataTypesHelper.DataType
org.gcube.couchbase   
org.gcube.couchbase.helpers   
 

Uses of CouchBaseDataTypesHelper.DataType in org.gcube.couchbase
 

Methods in org.gcube.couchbase that return types with arguments of type CouchBaseDataTypesHelper.DataType
 Map<String,CouchBaseDataTypesHelper.DataType> CouchBaseNode.getKeys()
           
 

Uses of CouchBaseDataTypesHelper.DataType in org.gcube.couchbase.helpers
 

Methods in org.gcube.couchbase.helpers that return CouchBaseDataTypesHelper.DataType
static CouchBaseDataTypesHelper.DataType CouchBaseDataTypesHelper.getDataType(org.gcube.indexmanagement.common.ForwardIndexField.DataType datatype)
           
static CouchBaseDataTypesHelper.DataType CouchBaseDataTypesHelper.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CouchBaseDataTypesHelper.DataType[] CouchBaseDataTypesHelper.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.couchbase.helpers with parameters of type CouchBaseDataTypesHelper.DataType
static String ViewHelper.constructViewName(String bucketName, String fieldName, CouchBaseDataTypesHelper.DataType datatype)
           
static Object CouchBaseDataTypesHelper.convertToObject(String value, CouchBaseDataTypesHelper.DataType dataType)
           
static void CouchBaseHelper.delete(String key, CouchBaseDataTypesHelper.DataType dataType, com.couchbase.client.CouchbaseClient client)
          Deletes the record with the given key
static String CouchBaseDataTypesHelper.getDoc(String value, CouchBaseDataTypesHelper.DataType dataType)
           
static com.couchbase.client.protocol.views.ViewDesign ViewHelper.getView(String fieldName, CouchBaseDataTypesHelper.DataType datatype)
           
static com.couchbase.client.protocol.views.ViewDesign ViewHelper.getView(String bucketName, String fieldName, CouchBaseDataTypesHelper.DataType datatype)
           
static void CouchBaseHelper.insertSimple(com.couchbase.client.CouchbaseClient client, String key, String value, CouchBaseDataTypesHelper.DataType dataType)
          Insert a key-value pair
 

Method parameters in org.gcube.couchbase.helpers with type arguments of type CouchBaseDataTypesHelper.DataType
static List<String> CouchBaseHelper.collectionDocIDs(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Map<String,CouchBaseDataTypesHelper.DataType> keys, String collID)
          Returns the document IDs of the collection with the given ID
static void CouchBaseHelper.commit(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Map<String,CouchBaseDataTypesHelper.DataType> keys)
          Executes a dummyQuery on each index to "warm" it.
static String ViewHelper.constructViewName(String bucketName, String fieldName, Map<String,CouchBaseDataTypesHelper.DataType> keys)
           
static void ViewHelper.createAllIndexes(com.couchbase.client.CouchbaseClient client, String designDocumentName, Map<String,CouchBaseDataTypesHelper.DataType> keys)
           
static void ViewHelper.createAllIndexes(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Map<String,CouchBaseDataTypesHelper.DataType> keys)
           
static void CouchBaseHelper.createIndexes(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Map<String,CouchBaseDataTypesHelper.DataType> keys)
          Creates one view-index for each key.
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 Long QueryHelper.keyCount(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Set<String> fields, Map<String,CouchBaseDataTypesHelper.DataType> keys)
          Returns the total number of keys of all fields.
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.
static Long QueryHelper.queryCountCouchBase(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, String fieldName, Map<String,CouchBaseDataTypesHelper.DataType> keys)
          Returns the total number of keys of all fields.
static List<String> QueryHelper.queryRelations(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Map<String,List<org.gcube.couchbase.helpers.Relation>> relations, Map<String,CouchBaseDataTypesHelper.DataType> keys)
          Returns all the ids that match the given Relations in a list.
static List<String> QueryHelper.queryString(com.couchbase.client.CouchbaseClient client, String bucketName, String designDocumentName, Map<String,CouchBaseDataTypesHelper.DataType> keys, String queryString)
          Returns all the ids that match the given queryString in a list.
 

Constructors in org.gcube.couchbase.helpers with parameters of type CouchBaseDataTypesHelper.DataType
RecordComparator(String key, CouchBaseDataTypesHelper.DataType datatype)
           
 



Copyright © 2013. All Rights Reserved.