| Package | Description |
|---|---|
| org.apache.nifi.atlas.provenance | |
| org.apache.nifi.atlas.provenance.analyzer | |
| org.apache.nifi.atlas.provenance.analyzer.unknown |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNiFiProvenanceEventAnalyzer |
| Modifier and Type | Field and Description |
|---|---|
private static Map<Pattern,NiFiProvenanceEventAnalyzer> |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.analyzersForComponentType |
private static Map<ProvenanceEventType,NiFiProvenanceEventAnalyzer> |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.analyzersForProvenanceEventType |
private static Map<Pattern,NiFiProvenanceEventAnalyzer> |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.analyzersForTransitUri |
| Modifier and Type | Method and Description |
|---|---|
static NiFiProvenanceEventAnalyzer |
NiFiProvenanceEventAnalyzerFactory.getAnalyzer(String typeName,
String transitUri,
ProvenanceEventType eventType)
Find and retrieve NiFiProvenanceEventAnalyzer implementation for the specified targets.
|
| Modifier and Type | Method and Description |
|---|---|
private static Map<Pattern,NiFiProvenanceEventAnalyzer> |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.getAnalyzersForComponentType() |
private static Map<ProvenanceEventType,NiFiProvenanceEventAnalyzer> |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.getAnalyzersForProvenanceEventType() |
private static Map<Pattern,NiFiProvenanceEventAnalyzer> |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.getAnalyzersForTransitUri() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.addAnalyzer(String patternStr,
Map<Pattern,NiFiProvenanceEventAnalyzer> toAdd,
NiFiProvenanceEventAnalyzer analyzer) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
NiFiProvenanceEventAnalyzerFactory.AnalyzerHolder.addAnalyzer(String patternStr,
Map<Pattern,NiFiProvenanceEventAnalyzer> toAdd,
NiFiProvenanceEventAnalyzer analyzer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDirectoryAnalyzer |
class |
AbstractFileSystemPathAnalyzer |
class |
AbstractHiveAnalyzer |
class |
AwsS3Directory
Analyze a transit URI as an AWS S3 directory (skipping the object name).
|
class |
AzureADLSDirectory
Analyze a transit URI as an Azure ADLS Gen2 directory (skipping the file name).
|
class |
FilePath
Analyze a transit URI as a file system path.
|
class |
GCSDirectory
Analyzes a transit URI as a GCS bucket or directory (skipping the file name).
|
class |
HBaseTable
Analyze a transit URI as a HBase table.
|
class |
HDFSPath
Analyze a transit URI as a HDFS path.
|
class |
Hive2JDBC
Analyze provenance events for Hive2 using JDBC.
|
class |
KafkaTopic
Analyze a transit URI as a Kafka topic.
|
class |
NiFiRemotePort
Analyze a transit URI as a NiFi Site-to-Site remote input/output port.
|
class |
NiFiRootGroupPort
Analyze a provenance event as a NiFi RootGroupPort for Site-to-Site communication at the server side.
|
class |
NiFiS2S |
class |
PutHiveStreaming
Analyze provenance events for PutHiveStreamingProcessor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Create
Analyze a CREATE event and create 'nifi_data' when there is no specific Analyzer implementation found.
|
class |
Fetch
Analyze a FETCH event and create 'nifi_data' when there is no specific Analyzer implementation found.
|
class |
Receive
Analyze a RECEIVE event and create 'nifi_data' when there is no specific Analyzer implementation found.
|
class |
RemoteInvocation
Analyze a REMOTE_INVOCATION event and create 'nifi_data' when there is no specific Analyzer implementation found.
|
class |
Send
Analyze a SEND event and create 'nifi_data' when there is no specific Analyzer implementation found.
|
class |
UnknownDataSet |
class |
UnknownInput |
class |
UnknownOutput |
Copyright © 2024 Apache NiFi Project. All rights reserved.