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 |
com.hazelcast.cp.internal.session.client |
Client protocol tasks for the Raft-based Session 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,
long creationTime) |
protected SessionResponse |
ProxySessionManagerService.requestNewSession(RaftGroupId groupId) |
protected abstract SessionResponse |
AbstractProxySessionManager.requestNewSession(RaftGroupId groupId)
Creates a new session on the Raft group
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSessionMessageTask.onResponse(SessionResponse response) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.