Class DataLakeFileOperations
java.lang.Object
org.apache.camel.component.azure.storage.datalake.operations.DataLakeFileOperations
-
Constructor Summary
ConstructorsConstructorDescriptionDataLakeFileOperations(DataLakeConfiguration configuration, DataLakeFileClientWrapper client) -
Method Summary
Modifier and TypeMethodDescriptionappendToFile(org.apache.camel.Exchange exchange) deleteFile(org.apache.camel.Exchange exchange) downloadLink(org.apache.camel.Exchange exchange) downloadToFile(org.apache.camel.Exchange exchange) flushToFile(org.apache.camel.Exchange exchange) getFile(org.apache.camel.Exchange exchange) openQueryInputStream(org.apache.camel.Exchange exchange) upload(org.apache.camel.Exchange exchange) uploadFromFile(org.apache.camel.Exchange exchange)
-
Constructor Details
-
DataLakeFileOperations
public DataLakeFileOperations(DataLakeConfiguration configuration, DataLakeFileClientWrapper client)
-
-
Method Details
-
getFile
- Throws:
IOException
-
downloadToFile
-
downloadLink
-
deleteFile
-
appendToFile
public DataLakeOperationResponse appendToFile(org.apache.camel.Exchange exchange) throws IOException - Throws:
IOException
-
flushToFile
-
uploadFromFile
-
upload
- Throws:
IOException
-
openQueryInputStream
-