Uses of Class
org.apache.activemq.artemis.lockmanager.UnavailableStateException
-
Uses of UnavailableStateException in org.apache.activemq.artemis.lockmanager
Methods in org.apache.activemq.artemis.lockmanager that throw UnavailableStateExceptionModifier and TypeMethodDescriptiondefault 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 booleanvoidDistributedLock.unlock()