Class MoveAzureDataLakeStorage

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.processor.AbstractSessionFactoryProcessor
org.apache.nifi.processor.AbstractProcessor
org.apache.nifi.processors.azure.AbstractAzureDataLakeStorageProcessor
org.apache.nifi.processors.azure.storage.MoveAzureDataLakeStorage
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.processor.Processor

@Tags({"azure","microsoft","cloud","storage","adlsgen2","datalake"}) @SeeAlso({DeleteAzureDataLakeStorage.class,FetchAzureDataLakeStorage.class,ListAzureDataLakeStorage.class}) @CapabilityDescription("Moves content within an Azure Data Lake Storage Gen 2. After the move, files will be no longer available on source location.") @WritesAttribute(attribute="azure.source.filesystem",description="The name of the source Azure File System") @WritesAttribute(attribute="azure.source.directory",description="The name of the source Azure Directory") @WritesAttribute(attribute="azure.filesystem",description="The name of the Azure File System") @WritesAttribute(attribute="azure.directory",description="The name of the Azure Directory") @WritesAttribute(attribute="azure.filename",description="The name of the Azure File") @WritesAttribute(attribute="azure.primaryUri",description="Primary location for file content") @WritesAttribute(attribute="azure.length",description="The length of the Azure File") @InputRequirement(INPUT_REQUIRED) public class MoveAzureDataLakeStorage extends AbstractAzureDataLakeStorageProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.nifi.components.PropertyDescriptor
     
    static final org.apache.nifi.components.PropertyDescriptor
     
    static final org.apache.nifi.components.PropertyDescriptor
     
    static final String
     
    static final String
     
    private static final List<org.apache.nifi.components.PropertyDescriptor>
     
    static final String
     
    static final org.apache.nifi.components.PropertyDescriptor
     
    static final org.apache.nifi.components.PropertyDescriptor
     

    Fields inherited from class org.apache.nifi.processors.azure.AbstractAzureDataLakeStorageProcessor

    REL_FAILURE, REL_SUCCESS, TEMP_FILE_DIRECTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.apache.nifi.components.PropertyDescriptor>
     
    void
    onTrigger(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session)
     

    Methods inherited from class org.apache.nifi.processors.azure.AbstractAzureDataLakeStorageProcessor

    getRelationships, getStorageClient, onScheduled, onStopped

    Methods inherited from class org.apache.nifi.processor.AbstractProcessor

    onTrigger

    Methods inherited from class org.apache.nifi.processor.AbstractSessionFactoryProcessor

    getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrue

    Methods inherited from class org.apache.nifi.components.AbstractConfigurableComponent

    customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.nifi.components.ConfigurableComponent

    getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate

    Methods inherited from interface org.apache.nifi.processor.Processor

    isStateful, migrateProperties, migrateRelationships
  • Field Details

    • FAIL_RESOLUTION

      public static final String FAIL_RESOLUTION
      See Also:
    • REPLACE_RESOLUTION

      public static final String REPLACE_RESOLUTION
      See Also:
    • IGNORE_RESOLUTION

      public static final String IGNORE_RESOLUTION
      See Also:
    • CONFLICT_RESOLUTION

      public static final org.apache.nifi.components.PropertyDescriptor CONFLICT_RESOLUTION
    • SOURCE_FILESYSTEM

      public static final org.apache.nifi.components.PropertyDescriptor SOURCE_FILESYSTEM
    • SOURCE_DIRECTORY

      public static final org.apache.nifi.components.PropertyDescriptor SOURCE_DIRECTORY
    • DESTINATION_FILESYSTEM

      public static final org.apache.nifi.components.PropertyDescriptor DESTINATION_FILESYSTEM
    • DESTINATION_DIRECTORY

      public static final org.apache.nifi.components.PropertyDescriptor DESTINATION_DIRECTORY
    • PROPERTIES

      private static final List<org.apache.nifi.components.PropertyDescriptor> PROPERTIES
  • Constructor Details

    • MoveAzureDataLakeStorage

      public MoveAzureDataLakeStorage()
  • Method Details

    • getSupportedPropertyDescriptors

      protected List<org.apache.nifi.components.PropertyDescriptor> getSupportedPropertyDescriptors()
      Overrides:
      getSupportedPropertyDescriptors in class org.apache.nifi.components.AbstractConfigurableComponent
    • onTrigger

      public void onTrigger(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session) throws org.apache.nifi.processor.exception.ProcessException
      Specified by:
      onTrigger in class org.apache.nifi.processor.AbstractProcessor
      Throws:
      org.apache.nifi.processor.exception.ProcessException