tech.ydb.core.Constants Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy