Package | Description |
---|---|
com.hazelcast.client.cp.internal.session |
Contains client-side impl of the Raft proxy session manager
|
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
Modifier and Type | Method and Description |
---|---|
protected SessionResponse |
ClientProxySessionManager.requestNewSession(RaftGroupId groupId) |
Modifier and Type | Method and Description |
---|---|
SessionResponse |
RaftSessionService.createNewSession(CPGroupId groupId,
Address endpoint,
String endpointName,
CPSession.CPSessionOwnerType endpointType) |
protected SessionResponse |
ProxySessionManagerService.requestNewSession(RaftGroupId groupId) |
protected abstract SessionResponse |
AbstractProxySessionManager.requestNewSession(RaftGroupId groupId)
Creates a new session on the Raft group
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.