All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rethinkdb.RethinkDBConstants Maven / Gradle / Ivy

There is a newer version: 2.4.4
Show newest version
package com.rethinkdb;

public class RethinkDBConstants {
    public static final String DEFAULT_DB_NAME = "test";
    public static final String DEFAULT_HOSTNAME = "localhost";
    public static final String DEFAULT_AUTHKEY = "";
    public static final int DEFAULT_PORT = 28015;
    public static final int DEFAULT_TIMEOUT = 20;

    public static class Protocol {
        public static final String SUCCESS = "SUCCESS";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy