public class DerivedAtomicCounter extends AtomicGauge implements DerivedCounter
DerivedCountername, value| Constructor and Description |
|---|
DerivedAtomicCounter(String name) |
DerivedAtomicCounter(String name,
AtomicLong atomicLongRef) |
DerivedAtomicCounter(String name,
long value) |
addAndGet, compareTo, decrementAndGet, getName, getValue, incrementAndGet, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAndGet, decrementAndGet, incrementAndGetgetName, getValuecompareTopublic DerivedAtomicCounter(String name)
public DerivedAtomicCounter(String name, long value)
public DerivedAtomicCounter(String name, AtomicLong atomicLongRef)
Copyright © 2016 Atlassian. All rights reserved.