public interface OperationWithStopOnErrorOptions<T extends OperationWithStopOnErrorOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<Boolean> |
getStopOnError()
Return whether the operation should be interrupted if any tuple replace
was unsuccesful.
|
default T |
withStopOnError(StopOnError stopOnError)
Specifies whether to not try to insert more tuples into the space if any tuple insert
operation is unsuccesful.
|
default T withStopOnError(StopOnError stopOnError)
true
.stopOnError
- should stop batch on errorCopyright © 2025 Picodata. All rights reserved.