Uses of Class
org.apache.flink.api.common.accumulators.IntCounter
-
Packages that use IntCounter Package Description org.apache.flink.api.common.accumulators org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util -
-
Uses of IntCounter in org.apache.flink.api.common.accumulators
Methods in org.apache.flink.api.common.accumulators that return IntCounter Modifier and Type Method Description IntCounterIntCounter. clone() -
Uses of IntCounter in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return IntCounter Modifier and Type Method Description IntCounterRuntimeContext. getIntCounter(String name)Convenience function to create a counter object for integers. -
Uses of IntCounter in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return IntCounter Modifier and Type Method Description IntCounterAbstractRuntimeUDFContext. getIntCounter(String name)
-