raft 0.1.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nfmt
 Cformatter< raft::errors::InvalidArgument >
 Cformatter< raft::errors::PersistenceFailed >
 Cformatter< raft::errors::Unknown >
 Cformatter< T >
 Nraft
 Ndata
 CAppendEntriesRequestThe request message for AppendEntries
 CAppendEntriesResponseThe reply message for AppendEntries
 CLogEntryLogEntry represents a single log entry in the Raft log
 CNoOpNoOp is an empty struct that denotes a no-op log entry
 CRequestVoteRequestThe request message for RequestVote
 CRequestVoteResponseThe reply message for RequestVote
 Nenhanced
 Ntyped
 CLocalCommitInfoInformation about a committed entry with typed data
 CServer
 CLocalCommitInfoInformation about a committed entry
 CRequestInfo
 CServer
 CServerCreateConfigConfiguration for creating an enhanced Raft server
 Nerrors
 CAlreadyRunningThe network interface or server is already running
 CDeserializationDeserialization error
 CFailedToStartThe server failed to start
 CInvalidArgumentAn invalid argument error
 CNonexistentNetworkThe network does not exist
 CNoPersistedStateNo persisted state is available
 CNotLeaderThe replica is not the leader
 CNotRunningThe network interface is not running
 CPersistenceFailedPersistence operation failed
 CTimeoutA timeout has occurred
 CUnimplementedAn unimplemented error
 CUnknownAn unknown error
 CUnknownLeaderThe leader is unknown or does not exist
 Ninmemory
 CManagerManager provides an in-memory implementation for Raft networking and client creation
 CNetworkCreateConfigConfiguration structure for creating an inmemory network
 CClient
 CClientFactory
 CEntryInfoInformation about a log entry
 CNetworkThe network interface for the Raft server
 CNetworkCreateConfig
 CPeerA peer in the Raft cluster
 CPersisterThe interface for persisting the Raft server's state
 CRequestConfigRequestConfig defines the configuration for a request
 CServer
 CServerCreateConfigConfiguration for creating a Raft server
 CServiceHandlerA service handler for the Raft server
 CStatusA consistent snapshot of the server's state
 CTimeoutInterval
 Nstd
 Chash< raft::EntryInfo >