public class DataSourceNode extends PlanNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
source
the source that will be used as a data source
|
functionalArgs| Constructor and Description |
|---|
DataSourceNode(String source,
HashMap<String,String> functionalArgs)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSource()
getter of the source of the data source
|
int |
hashCode() |
void |
setInstanceIds(String source)
setter for the source of the data source
|
String |
toString() |
getFunctionalArgs, getParent, setFunctionalArgs, setParentprotected String source
public DataSourceNode(String source, HashMap<String,String> functionalArgs)
source - of the data source instances that can answer this node of the
planfunctionalArgs - - all the arguments needed from the corresponding data
source(for determining the functional behavior) in order to
execute this node of the plan.Copyright © 2017. All Rights Reserved.