Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.countdownlatch.operation |
Contains operations for the Raft-based
ICountDownLatch implementation |
com.hazelcast.cp.internal.datastructures.lock.operation |
Contains operations for the Raft-based
ILock implementation |
com.hazelcast.cp.internal.datastructures.semaphore.operation |
Contains operations for the Raft-based
ISemaphore implementation |
Modifier and Type | Class and Description |
---|---|
class |
AwaitOp
Operation for
ICountDownLatch.await(long, TimeUnit) |
Modifier and Type | Class and Description |
---|---|
class |
LockOp
Operation for
FencedLock.lock() |
class |
TryLockOp
Operation for
FencedLock.lock() |
Modifier and Type | Class and Description |
---|---|
class |
AcquirePermitsOp
Operation for
ISemaphore.acquire() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.