public abstract class AbstractAzureProcessor extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static Relationship |
REL_FAILURE |
static Relationship |
REL_SUCCESS |
Constructor and Description |
---|
AbstractAzureProcessor() |
Modifier and Type | Method and Description |
---|---|
protected com.microsoft.azure.storage.CloudStorageAccount |
createStorageConnection(ProcessContext context) |
protected com.microsoft.azure.storage.CloudStorageAccount |
createStorageConnection(ProcessContext context,
FlowFile flowFile) |
java.util.Set<Relationship> |
getRelationships() |
onTrigger, onTrigger
getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrue
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
public static final Relationship REL_SUCCESS
public static final Relationship REL_FAILURE
protected com.microsoft.azure.storage.CloudStorageAccount createStorageConnection(ProcessContext context)
protected com.microsoft.azure.storage.CloudStorageAccount createStorageConnection(ProcessContext context, FlowFile flowFile)
public java.util.Set<Relationship> getRelationships()
getRelationships
in interface Processor
getRelationships
in class AbstractSessionFactoryProcessor