Uses of Class
com.yandex.ydb.table.SessionRetryContext.Builder
-
Packages that use SessionRetryContext.Builder Package Description com.yandex.ydb.table -
-
Uses of SessionRetryContext.Builder in com.yandex.ydb.table
Methods in com.yandex.ydb.table that return SessionRetryContext.Builder Modifier and Type Method Description SessionRetryContext.BuilderSessionRetryContext.Builder. backoffCeiling(int backoffCeiling)SessionRetryContext.BuilderSessionRetryContext.Builder. backoffSlot(Duration duration)static SessionRetryContext.BuilderSessionRetryContext. create(SessionSupplier sessionSupplier)SessionRetryContext.BuilderSessionRetryContext.Builder. executor(Executor executor)SessionRetryContext.BuilderSessionRetryContext.Builder. fastBackoffCeiling(int backoffCeiling)SessionRetryContext.BuilderSessionRetryContext.Builder. fastBackoffSlot(Duration duration)SessionRetryContext.BuilderSessionRetryContext.Builder. idempotent(boolean idempotent)SessionRetryContext.BuilderSessionRetryContext.Builder. maxRetries(int maxRetries)SessionRetryContext.BuilderSessionRetryContext.Builder. retryNotFound(boolean retryNotFound)SessionRetryContext.BuilderSessionRetryContext.Builder. sessionSupplyTimeout(Duration duration)
-