Cluster.DataGrid.Index()

Signature

void Index(String cacheName, Object property, boolean isOrdered)

Domain

action

Description

Creates an index on the property

Parameters

NameTypeDescription
cacheNameStringReturned by CacheName
propertyObjectReturned by XYZAtomGetter
isOrderedbooleantrue if the contents of the indexed information should be ordered; false otherwise

Returns

TypeDescription
void

Cautions

none