Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.atomicref.operation |
Contains operations for the Raft-based
IAtomicReference implementation |
Modifier and Type | Class and Description |
---|---|
class |
ApplyOp
|
class |
CompareAndSetOp
Operation for
IAtomicReference.compareAndSet(Object, Object) |
class |
ContainsOp
Operation for
IAtomicReference.contains(Object) |
class |
GetOp
Operation for
IAtomicReference.get() |
class |
SetOp
Operation for
IAtomicReference.set(Object) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.