Toggle navigation
Home
io.atomix.core.semaphore.AsyncAtomicSemaphore to io.atomix.core.semaphore.AtomicSemaphore
No. of Instances - 10
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
join
to
acquire
join
to
acquire
join
to
release
join
to
release
join
to
release
join
to
reducePermits
join
to
reducePermits
semaphore.tryAcquire(11).join().isPresent()
to
semaphore.tryAcquire(11).isPresent()
semaphore.tryAcquire(10).join().isPresent()
to
semaphore.tryAcquire(10).isPresent()
semaphore.tryAcquire(Duration.ofSeconds(1)).join().isPresent()
to
semaphore.tryAcquire(Duration.ofSeconds(1)).isPresent()
join
to
release
semaphore.tryAcquire(Duration.ofMillis(100)).join().isPresent()
to
semaphore.tryAcquire(Duration.ofMillis(100)).isPresent()
semaphore
to
semaphore.async()
join
to
release
semaphore
to
semaphore.async()
semaphore
to
semaphore.async()
semaphore
to
semaphore.async()
semaphore
to
semaphore.async()
semaphore
to
semaphore.async()