Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
None
Description
package org.apache.flink.metrics;
/**
- A simple low-overhead
{@link org.apache.flink.metrics.Counter}
that is not thread-safe.
*/
public class SimpleCounter implements Counter {
/** the current count. */
private long count;