Store.QueryOptions.AS.setLocalSnapshotConsistency()

Signature

void setLocalSnapshotConsistency (Object queryOptions)

Domain

ACTION

Description

Sets snapshot consistency to local, i.e. snapshot taken at each node independently. Even though global coordination across all nodes is not needed here, this could cause partially committed transaction show up in the results.

Parameters

NameTypeDescription
queryOptionsObjectQuery option object

Returns

TypeDescription
void

Cautions

none