Store.QueryOptions.Ignite.setLocal()

Signature

void setLocal (Object queryOptions,boolean isLocal)

Domain

ACTION

Description

Sets the flag to execute the query on local node only or not.

Parameters

NameTypeDescription
queryOptionsObjectQuery option object
isLocalbooleanFlag used to indicate query to be executed on local node or not.

Returns

TypeDescription
void

Cautions

none