Store.QueryOptions.AS.setGlobalSnapshotConsistency()
Signature
void setGlobalSnapshotConsistency (Object queryOptions)
Description
Sets snapshot consistency to global. A global snapshot will ensure no partially committed transactions spanning multiple nodes are observed in the query results. However there is cost involved in coordinating across all nodes.
Parameters
Name | Type | Description |
queryOptions | Object | Query option object |