public class DataProcessDataStore extends Object implements DataProcessWriterIntf
| Modifier and Type | Field and Description |
|---|---|
protected DataStoreUtil |
dataStore |
protected Map<String,String> |
outputMap |
protected String |
outputType |
protected SchemaConfigIntf |
schemaConfig |
protected SchemaData |
schemaData |
protected String |
schemaDataClass |
protected SchemaDataConfigIntf |
schemaDataConfig |
protected TableInfo |
tableInfo |
protected List<TableInfo> |
tableInfoList |
protected Long |
userId |
| Constructor and Description |
|---|
DataProcessDataStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeOutput() |
FileUtilIntf |
getFileUtil() |
void |
openOutput(DataProcessConfigIntf aConfig) |
void |
processBlockDetail(DataProcessEngine anEngine,
DataProcessBlock aBlock,
int aCount) |
void |
writeHeaderOutput() |
void |
writeOutput(String aData) |
protected SchemaConfigIntf schemaConfig
protected SchemaDataConfigIntf schemaDataConfig
protected DataStoreUtil dataStore
protected SchemaData schemaData
protected TableInfo tableInfo
protected Long userId
protected String outputType
protected String schemaDataClass
public void openOutput(DataProcessConfigIntf aConfig) throws Exception
openOutput in interface DataProcessWriterIntfExceptionpublic void processBlockDetail(DataProcessEngine anEngine, DataProcessBlock aBlock, int aCount) throws Exception
processBlockDetail in interface DataProcessWriterIntfExceptionpublic void writeHeaderOutput()
throws Exception
writeHeaderOutput in interface DataProcessWriterIntfExceptionpublic void writeOutput(String aData) throws Exception
writeOutput in interface DataProcessWriterIntfExceptionpublic FileUtilIntf getFileUtil()
getFileUtil in interface DataProcessWriterIntfpublic void closeOutput()
throws Exception
closeOutput in interface DataProcessWriterIntfExceptionCopyright © 2020. All rights reserved.