package eraftpb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ConfChange

eraftpb.proto:96

Used as request type in: meteora.raft.RaftService.ChangeConfig

enum ConfChangeType

eraftpb.proto:90

Used in: ConfChange

message ConfState

eraftpb.proto:85

Used in: SnapshotMetadata

message Entry

eraftpb.proto:19

The entry is a type of change that needs to be applied. It contains two data fields. While the fields are built into the model; their usage is determined by the entry_type. For normal entries, the data field should contain the data change that should be applied. The context field can be used for any contextual data that might be relevant to the application of the data. For configuration changes, the data will contain the ConfChange message and the context will provide anything needed to assist the configuration change. The context if for the user to set and use in this case.

Used in: Message

enum EntryType

eraftpb.proto:4

Used in: Entry

message HardState

eraftpb.proto:79

message Message

eraftpb.proto:64

Used as request type in: meteora.raft.RaftService.SendMsg

enum MessageType

eraftpb.proto:42

Used in: Message

message Snapshot

eraftpb.proto:37

Used in: Message

message SnapshotMetadata

eraftpb.proto:31

Used in: Snapshot