nonAtomic

fun nonAtomic(nonAtomic: Boolean): MapReduceFlow<T>

Sets if the post-processing step will prevent MongoDB from locking the database.

Valid only with the MapReduceAction.MERGE or MapReduceAction.REDUCE actions.

Return

this

Parameters

nonAtomic

if the post-processing step will prevent MongoDB from locking the database.

See also