Package org.apache.ignite.cdc
Class CdcLoader
- java.lang.Object
- 
- org.apache.ignite.cdc.CdcLoader
 
- 
 public class CdcLoader extends Object Utility class to loadCdcMainfrom Spring XML configuration.
- 
- 
Constructor SummaryConstructors Constructor Description CdcLoader()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.ignite.internal.cdc.CdcMainloadCdc(String springXmlPath)LoadsCdcMainfrom XML configuration file.
 
- 
- 
- 
Method Detail- 
loadCdcpublic static org.apache.ignite.internal.cdc.CdcMain loadCdc(String springXmlPath) throws IgniteCheckedException LoadsCdcMainfrom XML configuration file.- Parameters:
- springXmlPath- Path to XML configuration file.
- Returns:
- ChangeDataCaptureinstance.
- Throws:
- IgniteCheckedException- If failed.
 
 
- 
 
-