Package com.sap.cloud.mt.subscription
Class HdiContainerManager
java.lang.Object
com.sap.cloud.mt.subscription.HdiContainerManager
- All Implemented Interfaces:
DbDeployer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHdiContainerManager(ServiceSpecification serviceSpecification, UserProvidedSchemasExit userProvidedSchemasExit) -
Method Summary
Modifier and TypeMethodDescriptionprotected DeploymentPayloadgetBody(DataSourceInfo dataSourceInfo, List<UserProvidedSchema> userProvidedSchemas) booleanisDeploymentFinishedInternal(String jobGuid) voidpopulate(DataSourceInfo dataSourceInfo, String tenantId)
-
Field Details
-
HDI_DEPLOYER_DESTINATION
- See Also:
-
TARGET_CONTAINER_NAME
- See Also:
-
-
Constructor Details
-
HdiContainerManager
public HdiContainerManager(ServiceSpecification serviceSpecification, UserProvidedSchemasExit userProvidedSchemasExit) throws InternalError - Throws:
InternalError
-
-
Method Details
-
populate
- Specified by:
populatein interfaceDbDeployer- Throws:
InternalError
-
isDeploymentFinishedInternal
public boolean isDeploymentFinishedInternal(String jobGuid) throws InternalError, HdiDeploymentCommunicationProblem -
getBody
protected DeploymentPayload getBody(DataSourceInfo dataSourceInfo, List<UserProvidedSchema> userProvidedSchemas) throws InternalError - Throws:
InternalError
-