Raft Consensus Algorithm
Preparing search index...
@maboke123/raft-core
LogEntry
Interface LogEntry
interface
LogEntry
{
command
?:
Command
;
config
?:
ClusterConfig
;
index
:
number
;
term
:
number
;
type
:
LogEntryType
;
}
Index
Properties
command?
config?
index
term
type
Properties
Optional
command
command
?:
Command
Optional
config
config
?:
ClusterConfig
index
index
:
number
term
term
:
number
type
type
:
LogEntryType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
config
index
term
type
Raft Consensus Algorithm
Loading...