Toggle navigation
Home
io.atomix.core.lock.AsyncAtomicLock to io.atomix.core.lock.AtomicLock
No. of Instances - 12
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
lock.tryLock().get(30,TimeUnit.SECONDS).isPresent()
to
lock.tryLock().isPresent()
get
to
lock
get
to
lock
get
to
unlock
lock2
to
lock2.async()
lock2.tryLock().get(30,TimeUnit.SECONDS).isPresent()
to
lock2.tryLock().isPresent()
lock2
to
lock2.async()
lock2.tryLock(Duration.ofSeconds(1)).get(30,TimeUnit.SECONDS).isPresent()
to
lock2.tryLock(Duration.ofSeconds(1)).isPresent()
get
to
lock
get
to
lock
get
to
lock
get
to
unlock