Class DataLakeServiceClientFactory
java.lang.Object
org.apache.nifi.processors.azure.storage.utils.AbstractStorageClientFactory<ADLSCredentialsDetails,com.azure.storage.file.datalake.DataLakeServiceClient>
org.apache.nifi.processors.azure.storage.utils.DataLakeServiceClientFactory
public class DataLakeServiceClientFactory
extends AbstractStorageClientFactory<ADLSCredentialsDetails,com.azure.storage.file.datalake.DataLakeServiceClient>
-
Constructor Summary
ConstructorsConstructorDescriptionDataLakeServiceClientFactory(org.apache.nifi.logging.ComponentLog logger, com.azure.core.http.ProxyOptions proxyOptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.azure.storage.file.datalake.DataLakeServiceClientcreateStorageClient(ADLSCredentialsDetails credentialsDetails, com.azure.core.http.ProxyOptions proxyOptions) Methods inherited from class org.apache.nifi.processors.azure.storage.utils.AbstractStorageClientFactory
getStorageClient
-
Constructor Details
-
DataLakeServiceClientFactory
public DataLakeServiceClientFactory(org.apache.nifi.logging.ComponentLog logger, com.azure.core.http.ProxyOptions proxyOptions)
-
-
Method Details
-
createStorageClient
protected com.azure.storage.file.datalake.DataLakeServiceClient createStorageClient(ADLSCredentialsDetails credentialsDetails, com.azure.core.http.ProxyOptions proxyOptions) - Specified by:
createStorageClientin classAbstractStorageClientFactory<ADLSCredentialsDetails,com.azure.storage.file.datalake.DataLakeServiceClient>
-