| Package | Description |
|---|---|
| io.atomix.protocols.raft.storage.log.entry |
RaftLogEntry implementations used internally to replicate
state changes, sessions, and configuration changes in the cluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
CloseSessionEntry
Close session entry.
|
class |
CommandEntry
Stores a state machine command.
|
class |
ConfigurationEntry
Stores a cluster configuration.
|
class |
InitializeEntry
Indicates a leader change has occurred.
|
class |
KeepAliveEntry
Stores a client keep-alive request.
|
class |
MetadataEntry
Metadata entry.
|
class |
OpenSessionEntry
Open session entry.
|
class |
OperationEntry
Stores a state machine operation.
|
class |
QueryEntry
Represents a state machine query.
|
class |
SessionEntry
Base class for session-related entries.
|
Copyright © 2013–2017. All rights reserved.