Uses of Class
org.apache.camel.component.azure.storage.datalake.DataLakeOperationsDefinition
-
Packages that use DataLakeOperationsDefinition Package Description org.apache.camel.component.azure.storage.datalake -
-
Uses of DataLakeOperationsDefinition in org.apache.camel.component.azure.storage.datalake
Methods in org.apache.camel.component.azure.storage.datalake that return DataLakeOperationsDefinition Modifier and Type Method Description static DataLakeOperationsDefinitionDataLakeExchangeHeaders. getDataLakeOperationsDefinitionFromHeader(org.apache.camel.Exchange exchange)DataLakeOperationsDefinitionDataLakeConfiguration. getOperation()DataLakeOperationsDefinitionDataLakeConfigurationOptionsProxy. getOperation(org.apache.camel.Exchange exchange)static DataLakeOperationsDefinitionDataLakeOperationsDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static DataLakeOperationsDefinition[]DataLakeOperationsDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.azure.storage.datalake with parameters of type DataLakeOperationsDefinition Modifier and Type Method Description voidDataLakeConfiguration. setOperation(DataLakeOperationsDefinition operation)
-