| Package | Description |
|---|---|
| io.atomix.protocols.raft.session |
Provides a
Session implementation for the Raft consensus protocol. |
| Modifier and Type | Method and Description |
|---|---|
RaftServiceContext |
RaftSession.getService()
Returns the state machine context associated with the session.
|
| Constructor and Description |
|---|
RaftSession(SessionId sessionId,
MemberId member,
java.lang.String name,
PrimitiveType primitiveType,
ReadConsistency readConsistency,
long minTimeout,
long maxTimeout,
long lastUpdated,
Serializer serializer,
RaftServiceContext context,
io.atomix.protocols.raft.impl.RaftContext server,
io.atomix.utils.concurrent.ThreadContextFactory threadContextFactory) |
Copyright © 2013-2019. All Rights Reserved.