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, onTriggergetControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTruecustomValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validatepublic 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 ProcessorgetRelationships in class AbstractSessionFactoryProcessor