Uses of Class
com.yandex.ydb.table.settings.AutoPartitioningPolicy
-
Packages that use AutoPartitioningPolicy Package Description com.yandex.ydb.table.settings -
-
Uses of AutoPartitioningPolicy in com.yandex.ydb.table.settings
Methods in com.yandex.ydb.table.settings that return AutoPartitioningPolicy Modifier and Type Method Description AutoPartitioningPolicyPartitioningPolicy. getAutoPartitioning()static AutoPartitioningPolicyAutoPartitioningPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoPartitioningPolicy[]AutoPartitioningPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yandex.ydb.table.settings with parameters of type AutoPartitioningPolicy Modifier and Type Method Description PartitioningPolicyPartitioningPolicy. setAutoPartitioning(AutoPartitioningPolicy autoPartitioning)
-