public static class WebLogAnalysis.FilterDocByKeyWords extends Object implements org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.api.java.tuple.Tuple2<String,String>>
| Constructor and Description |
|---|
FilterDocByKeyWords() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(org.apache.flink.api.java.tuple.Tuple2<String,String> value)
Filters for documents that contain all of the given keywords and projects the records on
the URL field.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.