overrideDeferredInverseMaintenance
overrideDeferredInverseMaintenance(disable: Boolean): Boolean, updating;
The overrideDeferredInverseMaintenance method of the Process class overrides the schema‑defined execution strategy for each property.
When called with the value of the disable parameter set to:
-
false, the behavior defined for each property in the schema is restored
-
true, disables the use of a deferred execution strategy, overriding the strategy defined in the schema for each property
Deferred execution is specified at the property level in the schema because this is appropriate for standard online processing. However, the overrideDeferredInverseMaintenance method enables you to disable the schema‑defined behavior for the duration of a batch or bulk load execution operation, to avoid the impact (for example, of memory consumption) from a batch processing or bulk data load workload that is known to generate a large number of collection updates.
2020.0.01 and higher