setRowMaximumThreshold method

Sets the threshold for the maximum number of rows to retain in memory.

Syntax
ConfigPersistent ConfigPersistent.setRowMaximumThreshold(
  int threshold
)
Parameters
  • threshold   The maximum threshold value.

Remarks

When the maximum number of rows is reached, rows get truncated and retain the minimum number of rows defined by the setRowMinimumThreshold method.

See also
Returns

This ConfigPersistent with the maximum threshold set.