public static class WebLogAnalysis.FilterVisitsByDate extends Object implements FilterFunction<Tuple2<String,String>>
Constructor and Description |
---|
FilterVisitsByDate() |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(Tuple2<String,String> value)
Filters for records of the visits relation where the year of visit is equal to a
specified value.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.