Uses of Class
org.apache.flink.api.common.accumulators.LongCounter
-
Packages that use LongCounter Package Description org.apache.flink.api.common.accumulators org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util -
-
Uses of LongCounter in org.apache.flink.api.common.accumulators
Methods in org.apache.flink.api.common.accumulators that return LongCounter Modifier and Type Method Description LongCounterLongCounter. clone() -
Uses of LongCounter in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return LongCounter Modifier and Type Method Description LongCounterRuntimeContext. getLongCounter(String name)Convenience function to create a counter object for longs. -
Uses of LongCounter in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return LongCounter Modifier and Type Method Description LongCounterAbstractRuntimeUDFContext. getLongCounter(String name)
-