Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.spi.blocking |
Contains the interfaces and abstractions that are implemented / extended
by blocking Raft services, such as Lock, Semaphore, and CountDownLatch
|
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBlockingService.setSessionAccessor(SessionAccessor accessor) |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionAwareService.setSessionAccessor(SessionAccessor accessor)
Injects
SessionAccessor in order to enable the custom service to
validate and trigger session activity |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.