Class MultiFlag
java.lang.Object
de.hybris.platform.ruleengine.init.MultiFlag
Keeps the state of AtomicBoolean flag for multiple keys, providing the atomic access to all read/update operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancompareAndSet(String key, boolean expected, boolean update)
-
Constructor Details
-
MultiFlag
-
-
Method Details
-
compareAndSet
-