public static class WebLogAnalysis.FilterByRank extends Object implements org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.api.java.tuple.Tuple3<Integer,String,Integer>>
| Constructor and Description |
|---|
FilterByRank() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(org.apache.flink.api.java.tuple.Tuple3<Integer,String,Integer> value)
Filters for records of the rank relation where the rank is greater than the given
threshold.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.