com.yandex.ydb.table.settings.AutoPartitioningPolicy Maven / Gradle / Ivy
package com.yandex.ydb.table.settings;
/**
* @author Sergey Polovko
*/
public enum AutoPartitioningPolicy {
DISABLED,
AUTO_SPLIT,
AUTO_SPLIT_MERGE,
}
package com.yandex.ydb.table.settings;
/**
* @author Sergey Polovko
*/
public enum AutoPartitioningPolicy {
DISABLED,
AUTO_SPLIT,
AUTO_SPLIT_MERGE,
}