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 |
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.
|
Modifier and Type | Method and Description |
---|---|
AbstractOdiDataServer |
OdiPhysicalAgentDataSource.getDataServer()
Obtains the data server related to this
OdiPhysicalAgentDataSource . |
Constructor and Description |
---|
OdiPhysicalAgentDataSource(OdiPhysicalAgent pAgent,
AbstractOdiDataServer pDataServer)
Create a new
OdiPhysicalAgentDataSource . |