public class DataLakeFileOperations extends Object
| Constructor and Description |
|---|
DataLakeFileOperations(DataLakeConfiguration configuration,
DataLakeFileClientWrapper client) |
| Modifier and Type | Method and Description |
|---|---|
DataLakeOperationResponse |
appendToFile(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
deleteFile(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
downloadLink(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
downloadToFile(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
flushToFile(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
getFile(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
openQueryInputStream(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
upload(org.apache.camel.Exchange exchange) |
DataLakeOperationResponse |
uploadFromFile(org.apache.camel.Exchange exchange) |
public DataLakeFileOperations(DataLakeConfiguration configuration, DataLakeFileClientWrapper client)
public DataLakeOperationResponse getFile(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic DataLakeOperationResponse downloadToFile(org.apache.camel.Exchange exchange)
public DataLakeOperationResponse downloadLink(org.apache.camel.Exchange exchange)
public DataLakeOperationResponse deleteFile(org.apache.camel.Exchange exchange)
public DataLakeOperationResponse appendToFile(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic DataLakeOperationResponse flushToFile(org.apache.camel.Exchange exchange)
public DataLakeOperationResponse uploadFromFile(org.apache.camel.Exchange exchange)
public DataLakeOperationResponse upload(org.apache.camel.Exchange exchange) throws IOException
IOExceptionpublic DataLakeOperationResponse openQueryInputStream(org.apache.camel.Exchange exchange)
Apache Camel