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

com.yandex.ydb.core.Constants Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
package com.yandex.ydb.core;

/**
 * @author Sergey Polovko
 */
final class Constants {
    private 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy