- 
Method Summary
void
 
void
 
 
void
void
Increment the counter by the given amount.
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
Methods inherited from interface org.apache.beam.sdk.metrics.Metric
getName 
 
- 
Method Details
- 
inc
public void inc()
Description copied from interface: Counter 
Increment the counter.
- Specified by:
 
inc in interface Counter 
 
- 
inc
public void inc(long n)
Description copied from interface: Counter 
Increment the counter by the given amount.
- Specified by:
 
inc in interface Counter 
 
- 
dec
public void dec()
- Specified by:
 
dec in interface Counter 
 
- 
dec
public void dec(long n)
- Specified by:
 
dec in interface Counter 
 
-