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

com.yandex.ydb.table.settings.AutoPartitioningPolicy Maven / Gradle / Ivy

The newest version!
package com.yandex.ydb.table.settings;

/**
 * @author Sergey Polovko
 */
public enum AutoPartitioningPolicy {
    DISABLED,
    AUTO_SPLIT,
    AUTO_SPLIT_MERGE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy