| Package | Description |
|---|---|
| org.apache.nifi.processor |
| Modifier and Type | Method and Description |
|---|---|
FlowFileFilter.FlowFileFilterResult |
FlowFileFilter.filter(FlowFile flowFile)
Indicates whether or not the given FlowFile should be selected and
whether or not the Processor is interested in filtering additional
FlowFiles
|
static FlowFileFilter.FlowFileFilterResult |
FlowFileFilter.FlowFileFilterResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowFileFilter.FlowFileFilterResult[] |
FlowFileFilter.FlowFileFilterResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.