Class DistcpSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.DistcpSettings
Distcp settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the distcpOptions property: Specifies the Distcp options.Get the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint.Get the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script.void
validate()
Validates the instance.withDistcpOptions
(Object distcpOptions) Set the distcpOptions property: Specifies the Distcp options.withResourceManagerEndpoint
(Object resourceManagerEndpoint) Set the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint.withTempScriptPath
(Object tempScriptPath) Set the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script.
-
Constructor Details
-
DistcpSettings
public DistcpSettings()Creates an instance of DistcpSettings class.
-
-
Method Details
-
resourceManagerEndpoint
Get the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).- Returns:
- the resourceManagerEndpoint value.
-
withResourceManagerEndpoint
Set the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).- Parameters:
resourceManagerEndpoint
- the resourceManagerEndpoint value to set.- Returns:
- the DistcpSettings object itself.
-
tempScriptPath
Get the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).- Returns:
- the tempScriptPath value.
-
withTempScriptPath
Set the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).- Parameters:
tempScriptPath
- the tempScriptPath value to set.- Returns:
- the DistcpSettings object itself.
-
distcpOptions
Get the distcpOptions property: Specifies the Distcp options. Type: string (or Expression with resultType string).- Returns:
- the distcpOptions value.
-
withDistcpOptions
Set the distcpOptions property: Specifies the Distcp options. Type: string (or Expression with resultType string).- Parameters:
distcpOptions
- the distcpOptions value to set.- Returns:
- the DistcpSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-