st-archive.2336050.n4.nabble.com/Count-Different-
> Codes-in-a-Window-tp14391p14414.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive
> at Nabble.com.
>
50.n4.nabble.com/Count-Different-Codes-in-a-Window-tp14391p14414.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at
Nabble.com.
n.f3!=null && in.f3.equalsIgnoreCase("PUT"))
> counts[6]++;
> else if(in.f3!=null && in.f3.equalsIgnoreCase("HEAD"))
> counts[7]++;
>
> }
> ...
> }
>
>
>
>
>
> --
> View this message in context: http://apache-flink-user-
> mailing-list-archive.2336050.n4.nabble.com/Count-Different-
> Codes-in-a-Window-tp14391.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive
> at Nabble.com.
>
else if(in.f3!=null && in.f3.equalsIgnoreCase("PUT"))
counts[6]++;
else if(in.f3!=null && in.f3.equalsIgnoreCase("HEAD"))
counts[7]++;
}
...
}
--
View this message in context:
http://ap