Uses of Class
tech.ydb.yoj.repository.db.TxOptions
Packages that use TxOptions
-
Uses of TxOptions in tech.ydb.yoj.repository.db
Methods in tech.ydb.yoj.repository.db that return TxOptionsModifier and TypeMethodDescriptionstatic TxOptionsTxOptions.create(@NonNull IsolationLevel isolationLevel) RepositoryTransaction.getOptions()Methods in tech.ydb.yoj.repository.db with parameters of type TxOptionsConstructors in tech.ydb.yoj.repository.db with parameters of type TxOptionsModifierConstructorDescriptionStdTxManager(Repository repository, int maxAttemptCount, String name, Integer logLine, String logContext, TxOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Constructor is in YOJ 2.x for backwards compatibility, an will be removed in YOJ 3.0.0. -
Uses of TxOptions in tech.ydb.yoj.repository.db.cache
Constructors in tech.ydb.yoj.repository.db.cache with parameters of type TxOptions