Master Index Match Engine Reference

setRTParameters

Description

The setRTParameters method sets the runtime parameters for the comparator, providing the ability to customize every call to the parameter.

Syntax

void setRTParameters(String key, String value)

Parameters

Parameter 

Type 

Description 

key 

string 

The key to map the parameter value. 

value 

string 

The value of the parameter. 

Return Value

None.

Throws

None.