Class MultiFlag

java.lang.Object
de.hybris.platform.ruleengine.init.MultiFlag

public class MultiFlag extends Object
Keeps the state of AtomicBoolean flag for multiple keys, providing the atomic access to all read/update operations
  • Constructor Details

  • Method Details

    • compareAndSet

      public boolean compareAndSet(String key, boolean expected, boolean update)