Package | Description |
---|---|
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
com.hazelcast.cp.session |
Contains session abstractions of the CP subsystem
|
Modifier and Type | Class and Description |
---|---|
class |
CPSessionInfo
Represents state of a CP session.
|
Modifier and Type | Method and Description |
---|---|
ICompletableFuture<Collection<CPSession>> |
RaftSessionService.getAllSessions(String groupName) |
Collection<CPSession> |
RaftSessionService.getSessionsLocally(CPGroupId groupId) |
Modifier and Type | Method and Description |
---|---|
ICompletableFuture<Collection<CPSession>> |
CPSessionManagementService.getAllSessions(String groupName)
Returns a non-null collection of CP sessions that are currently active
in the given CP group.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.