com.aerospike.jdbc.util.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aerospike-jdbc Show documentation
Show all versions of aerospike-jdbc Show documentation
A JDBC driver for the Aerospike database
package com.aerospike.jdbc.util;
public final class Constants {
public static final String defaultKeyName = "__key";
public static final String defaultSchemaName = "__default";
public static final long schemaScanRecords = 1000L;
public static final long schemaCacheTTLMinutes = 30L;
public static final int defaultQueryLimit = 10000;
public static final String unsupportedQueryType = "Unsupported query type";
private Constants() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy