Uses of Class
org.apache.activemq.artemis.quorum.UnavailableStateException
-
-
Uses of UnavailableStateException in org.apache.activemq.artemis.quorum
Methods in org.apache.activemq.artemis.quorum that throw UnavailableStateException Modifier and Type Method Description default booleanMutableLong. compareAndSet(long expectedValue, long newValue)This is not meant to be atomic; it's semantically equivalent to:longMutableLong. get()booleanDistributedLock. isHeldByCaller()voidMutableLong. set(long value)booleanDistributedLock. tryLock()default booleanDistributedLock. tryLock(long timeout, java.util.concurrent.TimeUnit unit)voidDistributedLock. unlock()
-