Package org.apache.ignite.cdc
Class CdcLoader
- java.lang.Object
-
- org.apache.ignite.cdc.CdcLoader
-
-
Constructor Summary
Constructors Constructor Description CdcLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CdcMainloadCdc(String springXmlPath)LoadsCdcMainfrom XML configuration file.
-
-
-
Method Detail
-
loadCdc
public static CdcMain loadCdc(String springXmlPath) throws IgniteCheckedException
LoadsCdcMainfrom XML configuration file.- Parameters:
springXmlPath- Path to XML configuration file.- Returns:
ChangeDataCaptureinstance.- Throws:
IgniteCheckedException- If failed.
-
-