Uses of Class
org.apache.camel.component.azure.storage.datalake.client.DataLakeFileClientWrapper
-
Packages that use DataLakeFileClientWrapper Package Description org.apache.camel.component.azure.storage.datalake.client org.apache.camel.component.azure.storage.datalake.operations -
-
Uses of DataLakeFileClientWrapper in org.apache.camel.component.azure.storage.datalake.client
Methods in org.apache.camel.component.azure.storage.datalake.client that return DataLakeFileClientWrapper Modifier and Type Method Description DataLakeFileClientWrapperDataLakeDirectoryClientWrapper. getDataLakeFileClientWrapper(String fileName)DataLakeFileClientWrapperDataLakeFileSystemClientWrapper. getDataLakeFileClientWrapper(String fileName) -
Uses of DataLakeFileClientWrapper in org.apache.camel.component.azure.storage.datalake.operations
Constructors in org.apache.camel.component.azure.storage.datalake.operations with parameters of type DataLakeFileClientWrapper Constructor Description DataLakeFileOperations(DataLakeConfiguration configuration, DataLakeFileClientWrapper client)
-