Class DataLakeConfigurationOptionsProxy
- java.lang.Object
-
- org.apache.camel.component.azure.storage.datalake.DataLakeConfigurationOptionsProxy
-
public class DataLakeConfigurationOptionsProxy extends Object
-
-
Constructor Summary
Constructors Constructor Description DataLakeConfigurationOptionsProxy(DataLakeConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.storage.file.datalake.models.AccessTiergetAccessTier(org.apache.camel.Exchange exchange)BooleangetClose(org.apache.camel.Exchange exchange)DataLakeConfigurationgetConfiguration()byte[]getContentMd5(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.DataLakeRequestConditionsgetDataLakeRequestConditions(org.apache.camel.Exchange exchange)StringgetDirectoryName(org.apache.camel.Exchange exchange)LonggetDownloadLinkExpiration(org.apache.camel.Exchange exchange)Consumer<com.azure.storage.file.datalake.models.FileQueryError>getErrorConsuer(org.apache.camel.Exchange exchange)StringgetExpression(org.apache.camel.Exchange exchange)StringgetFileDir(org.apache.camel.Exchange exchange)StringgetFileName(org.apache.camel.Exchange exchange)LonggetFileOffset(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.options.FileQueryOptionsgetFileQueryOption(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.options.FileQueryOptionsgetFileQueryOptions(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.FileRangegetFileRange(org.apache.camel.Exchange exchange)StringgetFileSystemName(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.FileQuerySerializationgetInputSerialization(org.apache.camel.Exchange exchange)StringgetLeaseId(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.ListFileSystemsOptionsgetListFileSystemOptions(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.ListPathsOptionsgetListPathOptions(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.ListPathsOptionsgetListPathsOptions(org.apache.camel.Exchange exchange)IntegergetMaxResults(org.apache.camel.Exchange exchange)intgetMaxRetryRequests()Map<String,String>getMetadata(org.apache.camel.Exchange exchange)Set<OpenOption>getOpenOptions(org.apache.camel.Exchange exchange)DataLakeOperationsDefinitiongetOperation(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.FileQuerySerializationgetOutputSerialization(org.apache.camel.Exchange exchange)com.azure.storage.common.ParallelTransferOptionsgetParallelTransferOptions(org.apache.camel.Exchange exchange)StringgetPath(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.PathHttpHeadersgetPathHttpHeaders(org.apache.camel.Exchange exchange)StringgetPermission(org.apache.camel.Exchange exchange)LonggetPosition(org.apache.camel.Exchange exchange)Consumer<com.azure.storage.file.datalake.models.FileQueryProgress>getProgressConsuer(org.apache.camel.Exchange exchange)com.azure.storage.file.datalake.models.PublicAccessTypegetPublicAccessType(org.apache.camel.Exchange exchange)StringgetRegex(org.apache.camel.Exchange exchange)DurationgetTimeout(org.apache.camel.Exchange exchange)StringgetUmask(org.apache.camel.Exchange exchange)BooleanisRecursive(org.apache.camel.Exchange exchange)BooleanisUserPrincipalNameReturned(org.apache.camel.Exchange exchange)BooleanretainUnCommitedData(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
DataLakeConfigurationOptionsProxy
public DataLakeConfigurationOptionsProxy(DataLakeConfiguration configuration)
-
-
Method Detail
-
getListFileSystemOptions
public com.azure.storage.file.datalake.models.ListFileSystemsOptions getListFileSystemOptions(org.apache.camel.Exchange exchange)
-
getTimeout
public Duration getTimeout(org.apache.camel.Exchange exchange)
-
getOperation
public DataLakeOperationsDefinition getOperation(org.apache.camel.Exchange exchange)
-
getFileSystemName
public String getFileSystemName(org.apache.camel.Exchange exchange)
-
getDirectoryName
public String getDirectoryName(org.apache.camel.Exchange exchange)
-
getFileName
public String getFileName(org.apache.camel.Exchange exchange)
-
getListPathsOptions
public com.azure.storage.file.datalake.models.ListPathsOptions getListPathsOptions(org.apache.camel.Exchange exchange)
-
getPath
public String getPath(org.apache.camel.Exchange exchange)
-
isRecursive
public Boolean isRecursive(org.apache.camel.Exchange exchange)
-
getMaxResults
public Integer getMaxResults(org.apache.camel.Exchange exchange)
-
isUserPrincipalNameReturned
public Boolean isUserPrincipalNameReturned(org.apache.camel.Exchange exchange)
-
getRegex
public String getRegex(org.apache.camel.Exchange exchange)
-
getFileDir
public String getFileDir(org.apache.camel.Exchange exchange)
-
getDownloadLinkExpiration
public Long getDownloadLinkExpiration(org.apache.camel.Exchange exchange)
-
getFileOffset
public Long getFileOffset(org.apache.camel.Exchange exchange)
-
getLeaseId
public String getLeaseId(org.apache.camel.Exchange exchange)
-
retainUnCommitedData
public Boolean retainUnCommitedData(org.apache.camel.Exchange exchange)
-
getClose
public Boolean getClose(org.apache.camel.Exchange exchange)
-
getPosition
public Long getPosition(org.apache.camel.Exchange exchange)
-
getListPathOptions
public com.azure.storage.file.datalake.models.ListPathsOptions getListPathOptions(org.apache.camel.Exchange exchange)
-
getExpression
public String getExpression(org.apache.camel.Exchange exchange)
-
getInputSerialization
public com.azure.storage.file.datalake.models.FileQuerySerialization getInputSerialization(org.apache.camel.Exchange exchange)
-
getOutputSerialization
public com.azure.storage.file.datalake.models.FileQuerySerialization getOutputSerialization(org.apache.camel.Exchange exchange)
-
getErrorConsuer
public Consumer<com.azure.storage.file.datalake.models.FileQueryError> getErrorConsuer(org.apache.camel.Exchange exchange)
-
getProgressConsuer
public Consumer<com.azure.storage.file.datalake.models.FileQueryProgress> getProgressConsuer(org.apache.camel.Exchange exchange)
-
getFileQueryOption
public com.azure.storage.file.datalake.options.FileQueryOptions getFileQueryOption(org.apache.camel.Exchange exchange)
-
getPermission
public String getPermission(org.apache.camel.Exchange exchange)
-
getUmask
public String getUmask(org.apache.camel.Exchange exchange)
-
getOpenOptions
public Set<OpenOption> getOpenOptions(org.apache.camel.Exchange exchange)
-
getFileQueryOptions
public com.azure.storage.file.datalake.options.FileQueryOptions getFileQueryOptions(org.apache.camel.Exchange exchange)
-
getPublicAccessType
public com.azure.storage.file.datalake.models.PublicAccessType getPublicAccessType(org.apache.camel.Exchange exchange)
-
getDataLakeRequestConditions
public com.azure.storage.file.datalake.models.DataLakeRequestConditions getDataLakeRequestConditions(org.apache.camel.Exchange exchange)
-
getAccessTier
public com.azure.storage.file.datalake.models.AccessTier getAccessTier(org.apache.camel.Exchange exchange)
-
getContentMd5
public byte[] getContentMd5(org.apache.camel.Exchange exchange)
-
getParallelTransferOptions
public com.azure.storage.common.ParallelTransferOptions getParallelTransferOptions(org.apache.camel.Exchange exchange)
-
getPathHttpHeaders
public com.azure.storage.file.datalake.models.PathHttpHeaders getPathHttpHeaders(org.apache.camel.Exchange exchange)
-
getMaxRetryRequests
public int getMaxRetryRequests()
-
getFileRange
public com.azure.storage.file.datalake.models.FileRange getFileRange(org.apache.camel.Exchange exchange)
-
getConfiguration
public DataLakeConfiguration getConfiguration()
-
-