ISemaphore
implementationSee: Description
Interface | Description |
---|---|
SessionAccessor |
Used by services to validate and trigger session activity
|
SessionAwareService |
Services that attach their resources to Raft sessions implement this service
|
Class | Description |
---|---|
AbstractProxySessionManager |
Implements session management APIs for Raft-based server and client proxies
|
CPSessionInfo |
Represents state of a CP session.
|
ProxySessionManagerService |
Server-side implementation of Raft proxy session manager
|
RaftSessionService |
This service offers a set of abstractions to track liveliness of Hazelcast
clients and servers that use (possibly blocking) data structures
on the Raft layer, such as locks and semaphores.
|
RaftSessionServiceDataSerializerHook | |
SessionAwareProxy |
Base class for server and client proxies that make use of Raft sessions
|
SessionResponse |
Represents information of a session that is just created.
|
Exception | Description |
---|---|
SessionExpiredException |
Thrown when an operation is attached to a Raft session is no longer active
|
ISemaphore
implementationCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.