Class CreditsSemaphore
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.util.CreditsSemaphore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacquire()intbooleanvoidrelease()voidrelease(int credits) voidsetCredits(int credits) boolean
-
Constructor Details
-
CreditsSemaphore
public CreditsSemaphore(int initialCredits)
-
-
Method Details
-
acquire
- Throws:
InterruptedException
-
tryAcquire
public boolean tryAcquire() -
release
- Throws:
InterruptedException
-
release
- Throws:
InterruptedException
-
setCredits
public void setCredits(int credits) -
getCredits
public int getCredits() -
hasQueuedThreads
public boolean hasQueuedThreads()
-