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

com.yandex.ydb.core.grpc.BalancingPolicy Maven / Gradle / Ivy

The newest version!
package com.yandex.ydb.core.grpc;

/**
 * @author Nikolay Perfilov
 */
public enum BalancingPolicy {
    /**  Use all available cluster nodes regardless datacenter locality
     */
    USE_ALL_NODES,
    /** Use preferable location (data center),
     * preferableLocation is a name of location (VLA, MYT, SAS, MAN).
     * If preferableLocation is not set local datacenter is used (not recommended)
     */
    USE_PREFERABLE_LOCATION
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy