Uses of Class
com.azure.resourcemanager.datafactory.models.DistcpSettings
-
Packages that use DistcpSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DistcpSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DistcpSettings Modifier and Type Method Description DistcpSettings
HdfsReadSettings. distcpSettings()
Get the distcpSettings property: Specifies Distcp-related settings.DistcpSettings
HdfsSource. distcpSettings()
Get the distcpSettings property: Specifies Distcp-related settings.DistcpSettings
DistcpSettings. withDistcpOptions(Object distcpOptions)
Set the distcpOptions property: Specifies the Distcp options.DistcpSettings
DistcpSettings. withResourceManagerEndpoint(Object resourceManagerEndpoint)
Set the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint.DistcpSettings
DistcpSettings. withTempScriptPath(Object tempScriptPath)
Set the tempScriptPath property: Specifies an existing folder path which will be used to store temp Distcp command script.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DistcpSettings Modifier and Type Method Description HdfsReadSettings
HdfsReadSettings. withDistcpSettings(DistcpSettings distcpSettings)
Set the distcpSettings property: Specifies Distcp-related settings.HdfsSource
HdfsSource. withDistcpSettings(DistcpSettings distcpSettings)
Set the distcpSettings property: Specifies Distcp-related settings.
-