Store.QueryOptions.AS.setLocalSnapshotConsistency()
Signature
void setLocalSnapshotConsistency (Object queryOptions)
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
Name | Type | Description |
queryOptions | Object | Query option object |