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