| Modifier and Type | Class and Description |
|---|---|
class |
DataProcessConfig |
| Modifier and Type | Field and Description |
|---|---|
protected DataProcessConfigIntf |
DataProcess.dataProcessConfig |
| Modifier and Type | Method and Description |
|---|---|
DataProcessConfigIntf |
DataProcess.getDataProcessConfigIntf() |
static DataProcessConfigIntf |
JSONDataProcess.loadDataProcessConfigFile(byte[] aJsonData) |
static DataProcessConfigIntf |
JSONDataProcess.loadDataProcessConfigFile(String aConfigFilePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationIntf.init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
void |
MatchIntf.init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
void |
FunctionIntf.init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
void |
DataProcessReaderIntf.openInput(DataProcessConfigIntf aConfig,
DataProcessTemplateIntf aTemplate,
BufferedReader aBufferedReader) |
void |
DataProcessWriterIntf.openOutput(DataProcessConfigIntf aConfig) |
void |
DataProcess.setDataProcessConfigIntf(DataProcessConfigIntf aConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected DataProcessConfigIntf |
FunctionBase.dataProcessConfigIntf |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionBase.init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
| Modifier and Type | Field and Description |
|---|---|
protected DataProcessConfigIntf |
MatchBase.dataProcessConfigIntf |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchBase.init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
| Modifier and Type | Field and Description |
|---|---|
protected DataProcessConfigIntf |
DataProcessText.dataProcessConfig |
protected DataProcessConfigIntf |
DataProcessReaderBase.dataProcessConfig |
protected DataProcessConfigIntf |
DataProcessMessage.dataProcessConfig |
protected DataProcessConfigIntf |
DataProcessDatabase.dataProcessConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
DataProcessReaderBase.openInput(DataProcessConfigIntf aConfig,
DataProcessTemplateIntf aTemplate,
BufferedReader aBufferedReader) |
| Modifier and Type | Field and Description |
|---|---|
protected DataProcessConfigIntf |
ValidationBase.dataProcessConfigIntf |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationBase.init(DataProcessConfigIntf aConfig,
DataProcessEngine anEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataProcessXML.openOutput(DataProcessConfigIntf aConfig) |
void |
DataProcessJSON.openOutput(DataProcessConfigIntf aConfig) |
void |
DataProcessDataStore.openOutput(DataProcessConfigIntf aConfig) |
void |
DataProcessDatabase.openOutput(DataProcessConfigIntf aConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataProcessKafka.openInput(DataProcessConfigIntf aConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataProcessKafka.openOutput(DataProcessConfigIntf aConfig) |
Copyright © 2020. All rights reserved.