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

tech.ydb.core.Constants Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package tech.ydb.core;

/**
 * @author Sergey Polovko
 */
final class Constants {
    static final int SERVER_STATUSES_FIRST = 400000;
    static final int TRANSPORT_STATUSES_FIRST = 401000;
    static final int TRANSPORT_STATUSES_LAST = 401999;
    static final int INTERNAL_CLIENT_FIRST = 402000;

    private Constants() { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy