![JAR search and dependency download from the Maven repository](/logo.png)
com.rethinkdb.RethinkDBConstants Maven / Gradle / Ivy
The newest version!
package com.rethinkdb;
public class RethinkDBConstants {
public static final String DEFAULT_DB_NAME = "test";
public static final String DEFAULT_TABLE_NAME = "test";
public static final String DEFAULT_HOSTNAME = "localhost";
public static final int DEFAULT_PORT = 28015;
public static final int DEFAULT_TIMEOUT = 20;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy