public interface DataProcessReaderIntf
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getErrorCount() |
String |
getFileToken() |
FileUtilIntf |
getFileUtil() |
String |
getHeader() |
void |
limitLoadRows(int aRows) |
void |
loadDataFile() |
void |
loadDataFile(DataProcess aLoader,
DataStoreUtil aDataStore) |
void |
openInput(DataProcessConfigIntf aConfig,
DataProcessTemplateIntf aTemplate,
BufferedReader aBufferedReader) |
void |
processTemplate(DataProcessTemplateIntf aTemplate,
DataProcess aDataProcess) |
void |
setFileData(String aBucketName,
String aFilePath) |
void |
shutdown() |
void openInput(DataProcessConfigIntf aConfig, DataProcessTemplateIntf aTemplate, BufferedReader aBufferedReader) throws Exception
ExceptionString getFileToken()
int getCount()
int getErrorCount()
void limitLoadRows(int aRows)
void loadDataFile(DataProcess aLoader, DataStoreUtil aDataStore) throws Exception
Exceptionvoid processTemplate(DataProcessTemplateIntf aTemplate, DataProcess aDataProcess) throws Exception
ExceptionFileUtilIntf getFileUtil()
Copyright © 2020. All rights reserved.