|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.util.concurrent.highscalelib.ConcurrentAutoTable
org.elasticsearch.common.util.concurrent.highscalelib.Counter
public class Counter
A simple high-performance counter. Merely renames the extended org.cliffc.high_scale_lib.ConcurrentAutoTable
class to be more obvious.
org.cliffc.high_scale_lib.ConcurrentAutoTable
already has a decent
counting API.
Constructor Summary | |
---|---|
Counter()
|
Method Summary |
---|
Methods inherited from class org.elasticsearch.common.util.concurrent.highscalelib.ConcurrentAutoTable |
---|
add, decrement, estimate_get, get, increment, internal_size, intValue, longValue, print, set, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Counter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |