protodoc.io
Project mosuka/meteora
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
eraftpb
meteora.common
meteora.kv
meteora.raft
meteora.raft
RaftService
ChangeConfig
SendAddress
SendMsg
Status
AddressState
ChangeReply
StatusReply
package
meteora.raft
Get desktop application:
View/edit binary Protocol Buffers messages
service
RaftService
raft.proto:8
rpc
ChangeConfig
(
eraftpb.ConfChange
,
ChangeReply
)
raft.proto:10
message
ChangeReply
raft.proto:25
common.State
state
= 1
map
<
uint64
,
common.NodeAddress
> address_map
= 2
uint64
leader_id
= 3
rpc
SendAddress
(
AddressState
,
common.Null
)
raft.proto:12
message
AddressState
raft.proto:21
map
<
uint64
,
common.NodeAddress
> address_map
= 1
rpc
SendMsg
(
eraftpb.Message
,
common.Null
)
raft.proto:11
rpc
Status
(
common.Null
,
StatusReply
)
raft.proto:9
message
StatusReply
raft.proto:15
common.State
state
= 1
map
<
uint64
,
common.NodeAddress
> address_map
= 2
uint64
leader_id
= 3