| Package | Description |
|---|---|
| org.apache.nifi.processor | |
| org.apache.nifi.provenance |
| Modifier and Type | Field and Description |
|---|---|
static Relationship |
Relationship.ANONYMOUS |
static Relationship |
Relationship.SELF |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
Relationship.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Relationship> |
ProcessContext.getAvailableRelationships() |
Set<Relationship> |
Processor.getRelationships() |
Set<Relationship> |
AbstractSessionFactoryProcessor.getRelationships() |
| Modifier and Type | Method and Description |
|---|---|
int |
Relationship.compareTo(Relationship o) |
boolean |
ProcessContext.hasConnection(Relationship relationship) |
void |
ProcessSession.transfer(Collection<FlowFile> flowFiles,
Relationship relationship)
Transfers the given FlowFile to the appropriate destination processor
work queue(s) based on the given relationship.
|
void |
ProcessSession.transfer(FlowFile flowFile,
Relationship relationship)
Transfers the given FlowFile to the appropriate destination processor
work queue(s) based on the given relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvenanceReporter.route(FlowFile flowFile,
Relationship relationship)
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship. |
void |
ProvenanceReporter.route(FlowFile flowFile,
Relationship relationship,
long processingDuration)
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship. |
void |
ProvenanceReporter.route(FlowFile flowFile,
Relationship relationship,
String details)
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship. |
void |
ProvenanceReporter.route(FlowFile flowFile,
Relationship relationship,
String details,
long processingDuration)
Emits a Provenance Event of type
ROUTE
that indicates that the given FlowFile was routed to the given
Relationship. |
ProvenanceEventBuilder |
ProvenanceEventBuilder.setRelationship(Relationship relationship)
Sets the to which the FlowFile was routed for
ProvenanceEventType.ROUTE events. |
Copyright © 2016 Apache NiFi Project. All rights reserved.