Uses of Class
org.apache.camel.component.azure.storage.datalake.operations.DataLakeOperationResponse
Packages that use DataLakeOperationResponse
Package
Description
-
Uses of DataLakeOperationResponse in org.apache.camel.component.azure.storage.datalake
Methods in org.apache.camel.component.azure.storage.datalake with parameters of type DataLakeOperationResponseModifier and TypeMethodDescriptionvoidDataLakeEndpoint.setResponseOnExchange(DataLakeOperationResponse response, org.apache.camel.Exchange exchange) -
Uses of DataLakeOperationResponse in org.apache.camel.component.azure.storage.datalake.operations
Methods in org.apache.camel.component.azure.storage.datalake.operations that return DataLakeOperationResponseModifier and TypeMethodDescriptionDataLakeFileOperations.appendToFile(org.apache.camel.Exchange exchange) DataLakeDirectoryOperations.createFile(org.apache.camel.Exchange exchange) DataLakeFileSystemOperations.createFileSystem(org.apache.camel.Exchange exchange) DataLakeDirectoryOperations.deleteDirectory(org.apache.camel.Exchange exchange) DataLakeFileOperations.deleteFile(org.apache.camel.Exchange exchange) DataLakeFileSystemOperations.deleteFileSystem(org.apache.camel.Exchange exchange) DataLakeFileOperations.downloadLink(org.apache.camel.Exchange exchange) DataLakeFileOperations.downloadToFile(org.apache.camel.Exchange exchange) DataLakeFileOperations.flushToFile(org.apache.camel.Exchange exchange) DataLakeFileOperations.getFile(org.apache.camel.Exchange exchange) DataLakeServiceOperations.listFileSystems(org.apache.camel.Exchange exchange) DataLakeFileSystemOperations.listPaths(org.apache.camel.Exchange exchange) DataLakeFileOperations.openQueryInputStream(org.apache.camel.Exchange exchange) DataLakeFileOperations.upload(org.apache.camel.Exchange exchange) DataLakeFileOperations.uploadFromFile(org.apache.camel.Exchange exchange)