Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.countdownlatch |
Contains service classes for the Raft-based
ICountDownLatch implementation |
com.hazelcast.cp.internal.datastructures.lock |
Contains service classes for the Raft-based
ILock
and FencedLock implementation |
com.hazelcast.cp.internal.datastructures.semaphore |
Contains service classes for the Raft-based
ISemaphore implementation |
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 | Class and Description |
---|---|
class |
AwaitInvocationKey
Represents a
ICountDownLatch.await(long, TimeUnit) } invocation |
Modifier and Type | Class and Description |
---|---|
class |
LockInvocationKey
Represents lock() invocation of a LockEndpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
AcquireInvocationKey
Represents acquire() invocation of a semaphore endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBlockingService<W extends WaitKey,R extends BlockingResource<W>,RR extends ResourceRegistry<W,R>>
Base class for services that maintain blocking resources.
|
class |
BlockingResource<W extends WaitKey>
Operations on a
BlockingResource may not return a response
at commit-time. |
class |
ResourceRegistry<W extends WaitKey,R extends BlockingResource<W>>
Base class for registries for blocking resources.
|
class |
WaitKeyContainer<W extends WaitKey>
Contains all wait keys for an invocation uid within the same session,
including the first invocation and its retries
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.