Raft Consensus Algorithm
Preparing search index...
@maboke123/raft-core
LogStorageMeta
Interface LogStorageMeta
interface
LogStorageMeta
{
lastIndex
:
number
;
lastTerm
:
number
;
snapshotIndex
:
number
;
snapshotTerm
:
number
;
}
Index
Properties
last
Index
last
Term
snapshot
Index
snapshot
Term
Properties
last
Index
lastIndex
:
number
last
Term
lastTerm
:
number
snapshot
Index
snapshotIndex
:
number
snapshot
Term
snapshotTerm
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last
Index
last
Term
snapshot
Index
snapshot
Term
Raft Consensus Algorithm
Loading...