public class ThreadLocalLongCounter extends LongCounter
ThreadLocalLongCounter()
ThreadLocalLongCounter(Long value)
Long
get()
getAndIncrement(Long delta)
increment(Long delta)
void
set(Long value)
decrement, decrement, getAndIncrement, increment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalLongCounter()
public ThreadLocalLongCounter(Long value)
public Long increment(Long delta)
Counter
public Long getAndIncrement(Long delta)
public Long get()
public void set(Long value)
Copyright © 2022. All rights reserved.