| Package | Description |
|---|---|
| org.apache.nifi.util.search | |
| org.apache.nifi.util.search.ahocorasick |
| Modifier and Type | Method and Description |
|---|---|
SearchState<T> |
Search.search(InputStream haystack,
boolean findAll)
Searches the given input stream for matches between the already specified dictionary and the contents scanned.
|
| Modifier and Type | Method and Description |
|---|---|
SearchState |
AhoCorasick.search(InputStream stream,
boolean findAll) |
private SearchState |
AhoCorasick.search(InputStream stream,
boolean findAll,
SearchState state) |
| Modifier and Type | Method and Description |
|---|---|
private SearchState |
AhoCorasick.search(InputStream stream,
boolean findAll,
SearchState state) |
Copyright © 2023 Apache NiFi Project. All rights reserved.