Raft Consensus Algorithm
Preparing search index...
@maboke123/raft-core
RaftNodeOptions
Interface RaftNodeOptions
interface
RaftNodeOptions
{
_clock
?:
Clock
;
_random
?:
Random
;
config
:
RaftConfig
;
eventBus
?:
RaftEventBus
;
logger
?:
Logger
;
stateMachine
:
ApplicationStateMachine
;
storage
:
NodeStorage
;
transport
:
Transport
;
}
Index
Properties
_
clock?
_
random?
config
event
Bus?
logger?
state
Machine
storage
transport
Properties
Optional
_
clock
_clock
?:
Clock
Optional
_
random
_random
?:
Random
config
config
:
RaftConfig
Optional
event
Bus
eventBus
?:
RaftEventBus
Optional
logger
logger
?:
Logger
state
Machine
stateMachine
:
ApplicationStateMachine
storage
storage
:
NodeStorage
transport
transport
:
Transport
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
clock
_
random
config
event
Bus
logger
state
Machine
storage
transport
Raft Consensus Algorithm
Loading...