|
| session_aware_proxy (const std::string &service_name, const std::string &proxy_name, client::spi::ClientContext *context, const raft_group_id &group_id, const std::string &object_name, internal::session::proxy_session_manager &session_manager) |
|
| cp_proxy (const std::string &service_name, const std::string &proxy_name, client::spi::ClientContext *context, const raft_group_id &group_id, const std::string &object_name) |
|
const raft_group_id & | get_group_id () const |
|
|
internal::session::proxy_session_manager & | session_manager_ |
|
raft_group_id | group_id_ |
|
std::string | object_name_ |
|
Definition at line 70 of file cp.h.
◆ release_session()
void hazelcast::cp::session_aware_proxy::release_session |
( |
int64_t |
session_id | ) |
|
|
protected |
Decrements acquire count of the session.
Returns silently if no session exists for the given id.
Definition at line 710 of file cp.cpp.
711 session_manager_.release_session(group_id_, session_id);
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/cp/cp.h
- hazelcast/src/hazelcast/cp/cp.cpp