Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.spi.blocking |
Contains the interfaces and abstractions that are implemented / extended
by blocking Raft services, such as Lock, Semaphore, and CountDownLatch
|
Modifier and Type | Method and Description |
---|---|
protected WaitKeyContainer<W> |
BlockingResource.getWaitKeyContainer(Object waitKeyId) |
Modifier and Type | Method and Description |
---|---|
Map<Object,WaitKeyContainer<W>> |
BlockingResource.getInternalWaitKeysMap() |
protected Iterator<WaitKeyContainer<W>> |
BlockingResource.waitKeyContainersIterator() |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.