Package | Description |
---|---|
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiDataServer
An
OdiDataServer is a data server that is defined for a technology
into the physical topology of ODI. |
class |
OdiHadoopDataServer
The
OdiHadoopDataServer class contains information to connect to the
described hadoop data server and how to manage that connection with properties
like "hadoopJobTrackerUri" and "hadoopNameNodeUri". |
class |
OdiHBaseDataServer
The
OdiHBaseDataServer class contains information to connect to the
described HBase data server and how to manage that connection with properties |
class |
OdiHiveDataServer
The
OdiHiveDataServer class contains information to connect to the
described Hive data server and how to manage that connection with properties |
class |
OdiPigDataServer
The
OdiPigDataServer class contains information to connect to the
described Pig data server and how to manage that connection with properties
pigExecType |
class |
OdiRepositoryServer
An OdiRepositoryServer.
|
class |
OdiSparkPythonDataServer
The
OdiSparkPythonDataServer class contains information to connect to the
described SparkPython data server and how to manage that connection with properties |
Modifier and Type | Method and Description |
---|---|
AbstractOdiDataServer |
OdiDataServerProperty.getDataServer()
Obtains the data server for this
OdiDataServerProperty . |
AbstractOdiDataServer |
OdiPhysicalAgentDataSource.getDataServer()
Obtains the data server related to this
OdiPhysicalAgentDataSource . |
Constructor and Description |
---|
OdiPhysicalAgentDataSource(OdiPhysicalAgent pAgent,
AbstractOdiDataServer pDataServer)
Create a new
OdiPhysicalAgentDataSource . |