Class AtomicReference<T>
- java.lang.Object
-
- org.terracotta.angela.common.cluster.AtomicReference<T>
-
- All Implemented Interfaces:
Serializable
public class AtomicReference<T> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompareAndSet(T expect, T update)Tget()voidset(T value)
-