@NotThreadSafe public interface GCounter extends GCount
Modifier and Type | Method and Description |
---|---|
long |
getAndIncrement()
Increment the counter and get the result.
|
GCounter |
increment()
Increment the counter and get the result.
|
long |
incrementAndGet()
Increment the counter and get the result.
|
GCounter |
merge(Count other)
Merge the supplied counter into this counter.
|
getIncrement
GCounter increment()
long incrementAndGet()
long getAndIncrement()
Copyright © 2017 JBoss by Red Hat. All rights reserved.