public class DmlBulkLoadDataConverter extends IgniteClosureX<List<?>,IgniteBiTuple<?,?>>
UpdatePlan.processRow(List).| Constructor and Description |
|---|
DmlBulkLoadDataConverter(UpdatePlan plan)
Creates the converter with the given update plan.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<?,?> |
applyx(List<?> record)
Converts the record to a key+value.
|
applypublic DmlBulkLoadDataConverter(UpdatePlan plan)
plan - The update plan to use.public IgniteBiTuple<?,?> applyx(List<?> record) throws IgniteCheckedException
applyx in class IgniteClosureX<List<?>,IgniteBiTuple<?,?>>record - The record to convert.IgniteCheckedException - If conversion failed for some reason.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025