public interface OperationWithRollbackOnErrorOptions<T extends OperationWithRollbackOnErrorOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<Boolean> |
getRollbackOnError()
Return whether all changes should not be saved if any tuple replace
was unsuccesful.
|
default T |
withRollbackOnError(RollbackOnError rollbackOnError)
Specifies whether to not save any changes in the space if any tuple replace operation
is unsuccesful.
|
default T withRollbackOnError(RollbackOnError rollbackOnError)
true
.rollbackOnError
- should rollback batch on errorCopyright © 2025 Picodata. All rights reserved.