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

com.aerospike.jdbc.util.Constants Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
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