Package com.datasift.client.push.connectors

Examples of com.datasift.client.push.connectors.CouchDB


     * There is no set limit to the number of values or amount of data that columns can hold.
     * Links:
     * Take a look at the <a href="http://www.couchbase.org/content/couchdb-drivers">CouchDB Drivers.</a>
     */
    public static CouchDB couchDB() {
        return new CouchDB();
    }
View Full Code Here

TOP

Related Classes of com.datasift.client.push.connectors.CouchDB

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.