Uses of Class
com.yandex.ydb.table.settings.ReadTableSettings
-
Packages that use ReadTableSettings Package Description com.yandex.ydb.table com.yandex.ydb.table.settings -
-
Uses of ReadTableSettings in com.yandex.ydb.table
Methods in com.yandex.ydb.table with parameters of type ReadTableSettings Modifier and Type Method Description CompletableFuture<Status>Session. readTable(String tablePath, ReadTableSettings settings, Consumer<ResultSetReader> fn) -
Uses of ReadTableSettings in com.yandex.ydb.table.settings
Methods in com.yandex.ydb.table.settings that return ReadTableSettings Modifier and Type Method Description ReadTableSettingsReadTableSettings.Builder. build()
-