Uses of Class
com.yandex.ydb.table.settings.CreateTableSettings
-
Packages that use CreateTableSettings Package Description com.yandex.ydb.table com.yandex.ydb.table.settings -
-
Uses of CreateTableSettings in com.yandex.ydb.table
Methods in com.yandex.ydb.table with parameters of type CreateTableSettings Modifier and Type Method Description CompletableFuture<Status>Session. createTable(String path, TableDescription tableDescriptions, CreateTableSettings settings) -
Uses of CreateTableSettings in com.yandex.ydb.table.settings
Methods in com.yandex.ydb.table.settings that return CreateTableSettings Modifier and Type Method Description CreateTableSettingsCreateTableSettings. setCompactionPolicy(String compactionPolicy)CreateTableSettingsCreateTableSettings. setExecutionPolicy(String executionPolicy)CreateTableSettingsCreateTableSettings. setPartitioningPolicy(PartitioningPolicy partitioningPolicy)CreateTableSettingsCreateTableSettings. setPresetName(String presetName)CreateTableSettingsCreateTableSettings. setReplicationPolicy(ReplicationPolicy replicationPolicy)CreateTableSettingsCreateTableSettings. setStoragePolicy(StoragePolicy storagePolicy)
-