Class AtomicCounter
- java.lang.Object
-
- org.terracotta.angela.common.cluster.AtomicCounter
-
- All Implemented Interfaces:
Serializable
public class AtomicCounter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompareAndSet(long expVal, long newVal)longget()longgetAndIncrement()longgetAndSet(long value)longincrementAndGet()StringtoString()
-