Uses of Class
org.odpi.openmetadata.accessservices.dataengine.server.handlers.DataEngineConnectionAndEndpointHandler
-
Packages that use DataEngineConnectionAndEndpointHandler Package Description org.odpi.openmetadata.accessservices.dataengine.server.admin Contains classes necessary to an OMAS setup.org.odpi.openmetadata.accessservices.dataengine.server.handlers -
-
Uses of DataEngineConnectionAndEndpointHandler in org.odpi.openmetadata.accessservices.dataengine.server.admin
Methods in org.odpi.openmetadata.accessservices.dataengine.server.admin that return DataEngineConnectionAndEndpointHandler Modifier and Type Method Description DataEngineConnectionAndEndpointHandlerDataEngineInstanceHandler. getConnectionAndEndpointHandler(String userId, String serverName, String serviceOperationName)Retrieve the connection and endpoint handler for the access serviceDataEngineConnectionAndEndpointHandlerDataEngineServicesInstance. getDataEngineConnectionAndEndpointHandler()Returns the Data Engine connection and endpoint handler. -
Uses of DataEngineConnectionAndEndpointHandler in org.odpi.openmetadata.accessservices.dataengine.server.handlers
Constructors in org.odpi.openmetadata.accessservices.dataengine.server.handlers with parameters of type DataEngineConnectionAndEndpointHandler Constructor Description DataEngineDataFileHandler(InvalidParameterHandler invalidParameterHandler, OMRSRepositoryHelper repositoryHelper, RepositoryHandler repositoryHandler, DataEngineCommonHandler dataEngineCommonHandler, AssetHandler<DataFile> fileHandler, DataEngineSchemaTypeHandler dataEngineSchemaTypeHandler, DataEngineFolderHierarchyHandler dataEngineFolderHierarchyHandler, DataEngineConnectionAndEndpointHandler dataEngineConnectionAndEndpointHandler)Construct the handler information needed to interact with the repository servicesDataEngineRelationalDataHandler(String serviceName, String serverName, InvalidParameterHandler invalidParameterHandler, RelationalDataHandler<Database,DatabaseSchema,RelationalTable,RelationalTable,RelationalColumn,SchemaType> relationalDataHandler, AssetHandler<DatabaseSchema> databaseSchemaAssetHandler, DataEngineRegistrationHandler registrationHandler, DataEngineCommonHandler dataEngineCommonHandler, DataEngineConnectionAndEndpointHandler dataEngineConnectionAndEndpointHandler)Construct the handler information needed to interact with the repository services
-