Interface DataLakeEndpointBuilderFactory.DataLakeBuilders

    • Method Detail

      • azureStorageDatalake

        default DataLakeEndpointBuilderFactory.DataLakeHeaderNameBuilder azureStorageDatalake()
        Azure Storage Datalake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure DataLake Storage. Category: cloud,file,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake
        Returns:
        the dsl builder for the headers' name.
      • azureStorageDatalake

        default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake​(String path)
        Azure Storage Datalake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure DataLake Storage. Category: cloud,file,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax: azure-storage-datalake:accountName/fileSystemName Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used
        Parameters:
        path - accountName/fileSystemName
        Returns:
        the dsl builder
      • azureStorageDatalake

        default DataLakeEndpointBuilderFactory.DataLakeEndpointBuilder azureStorageDatalake​(String componentName,
                                                                                            String path)
        Azure Storage Datalake Service (camel-azure-storage-datalake) Sends and receives files to/from Azure DataLake Storage. Category: cloud,file,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-azure-storage-datalake Syntax: azure-storage-datalake:accountName/fileSystemName Path parameter: accountName name of the azure account Path parameter: fileSystemName name of filesystem to be used
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - accountName/fileSystemName
        Returns:
        the dsl builder