Class DataEngineServicesInstance
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
-
- org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
-
- org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineServicesInstance
-
public class DataEngineServicesInstance extends OMASServiceInstance
DataEngineServicesInstance caches references to OMRS objects for a specific server. It is also responsible for registering itself in the instance map.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
defaultZones, errorHandler, metadataCollection, publishZones, repositoryConnector, repositoryHandler, repositoryHelper, supportedZones
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
auditLog, localServerUserId
-
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
invalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataEngineCollectionHandlergetDataEngineCollectionHandler()Returns the Data Engine collection handler.DataEngineCommonHandlergetDataEngineCommonHandler()Returns the Data Engine common handler.DataEngineConnectionAndEndpointHandlergetDataEngineConnectionAndEndpointHandler()Returns the Data Engine connection and endpoint handler.DataEngineDataFileHandlergetDataEngineDataFileHandler()Returns the Data Engine file handler.DataEngineFindHandlergetDataEngineFindHandler()Returns the Data Engine find handler.DataEngineFolderHierarchyHandlergetDataEngineFolderHierarchyHandler()Returns the Data Engine folder hierarchy handler.DataEngineRelationalDataHandlergetDataEngineRelationalDataHandler()Returns the Data Engine relational data handler.ConnectiongetInTopicConnection()Returns the connection used in the client to create a connector that produces events on the input topic.-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
getServerName, validateActiveRepository
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
getAuditLog
-
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown
-
-
-
-
Method Detail
-
getDataEngineCollectionHandler
public DataEngineCollectionHandler getDataEngineCollectionHandler()
Returns the Data Engine collection handler.- Returns:
- the Data Engine collection handler
-
getDataEngineRelationalDataHandler
public DataEngineRelationalDataHandler getDataEngineRelationalDataHandler()
Returns the Data Engine relational data handler.- Returns:
- the Data Engine relational data handler
-
getInTopicConnection
public Connection getInTopicConnection()
Returns the connection used in the client to create a connector that produces events on the input topic.- Returns:
- connection object for client
-
getDataEngineDataFileHandler
public DataEngineDataFileHandler getDataEngineDataFileHandler()
Returns the Data Engine file handler.- Returns:
- the Data Engine file handler
-
getDataEngineCommonHandler
public DataEngineCommonHandler getDataEngineCommonHandler()
Returns the Data Engine common handler.- Returns:
- the Data Engine common handler
-
getDataEngineFolderHierarchyHandler
public DataEngineFolderHierarchyHandler getDataEngineFolderHierarchyHandler()
Returns the Data Engine folder hierarchy handler.- Returns:
- the Data Engine folder hierarchy handler
-
getDataEngineConnectionAndEndpointHandler
public DataEngineConnectionAndEndpointHandler getDataEngineConnectionAndEndpointHandler()
Returns the Data Engine connection and endpoint handler.- Returns:
- the Data Engine connection and endpoint handler
-
getDataEngineFindHandler
public DataEngineFindHandler getDataEngineFindHandler()
Returns the Data Engine find handler.- Returns:
- the Data Engine find handler
-
-