public class DataProcessJSON extends Object implements DataProcessWriterIntf
| Modifier and Type | Field and Description |
|---|---|
protected int |
bulkCounter |
protected int |
bulkRows |
protected int |
bulkRowsSetting |
protected CloudFactory |
cloudFactory |
protected FileUtilIntf |
fileUtil |
protected List<StringBuilder> |
outputBufs |
protected Map<String,String> |
outputMap |
protected List<String> |
outputRoots |
protected String |
outputType |
| Constructor and Description |
|---|
DataProcessJSON() |
| 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 CloudFactory cloudFactory
protected FileUtilIntf fileUtil
protected List<StringBuilder> outputBufs
protected String outputType
protected int bulkRowsSetting
protected int bulkRows
protected int bulkCounter
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.