Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
string namespace = 1
int64 shard = 2
int64 term = 3
string namespace = 1
int64 shard = 2
int64 term = 3
uint32 replication_factor = 4
map<string, EntryId> follower_maps = 5
(message has no fields)
string namespace = 1
int64 shard = 2
int64 term = 3
string follower_name = 4
optional EntryId follower_head_entry_id = 5
(message has no fields)
int64 term = 1
int64 head_offset = 3
int64 commit_offset = 4
string namespace = 1
int64 shard = 2
int64 term = 3
(message has no fields)
string namespace = 1
int64 shard = 2
int64 term = 3
optional EntryId head_entry_id = 4
int64 term = 1
optional LogEntry entry = 2
int64 commit_offset = 3
int64 term = 1
string name = 2
bytes content = 3
int32 chunk_index = 4
int32 chunk_count = 5
Used in: AddFollowerRequest, BecomeLeaderRequest, NewTermResponse, TruncateRequest, TruncateResponse
int64 term = 1
int64 offset = 2
Used in: Append
int64 term = 1
int64 offset = 2
bytes value = 3
fixed64 timestamp = 4
Used in: NewTermRequest
bool enable_notifications = 1
Used in: GetStatusResponse
NOT_MEMBER = 0
FENCED = 1
FOLLOWER = 2
LEADER = 3