package pbs
Get desktop application:
View/edit binary Protocol Buffers messages
int64 term = 1
int64 candidate_id = 2
int64 last_log_index = 3
int64 last_log_term = 4
int64 term = 1
bool vote_granted = 2
int64 term = 1
int64 leader_id = 2
int64 prev_log_index = 3
int64 prev_log_term = 4
int64 leader_commit = 5
repeated Entry entries = 6
int64 term = 1
bool success = 2
int64 conflict_index = 3
int64 conflict_term = 4
string key = 1
string value = 2
int64 client_id = 4
int64 command_id = 5
bytes context = 6
string value = 1
int64 leader_id = 2
int64 err_code = 3
map<int64, string> servers = 1
repeated int64 gids = 2
int64 bucket_id = 3
int64 gid = 4
int64 config_version = 5
int64 client_id = 7
int64 command_id = 8
string err_msg = 1
int64 leader_id = 3
int64 err_code = 4
int64 config_version = 1
repeated int64 bucket_ids = 2
int64 gid = 4
bytes buckets_datas = 5
int64 config_version = 1
bytes buckets_datas = 2
string err_msg = 3
int64 term = 1
int64 leader_id = 2
int64 last_included_index = 3
int64 last_included_term = 4
bytes data = 5
bool CommandValid = 1
bytes Command = 2
int64 CommandTerm = 3
int64 CommandIndex = 4
bool SnapshotValid = 5
bytes Snapshot = 6
int64 SnapshotTerm = 7
int64 SnapshotIndex = 8
Used in: BucketOperationRequest
OpGetData = 0
OpDeleteData = 1
OpInsertData = 2
Used in: ConfigRequest
OpJoin = 0
OpLeave = 1
OpMove = 2
OpQuery = 3
OpSetBucket = 4
OpMigBucket = 5
Used in: AppendEntriesRequest
uint64 term = 2
int64 index = 3
bytes data = 4
Used in: Entry
EntryNormal = 0
EntryConfChange = 1
Used in: CommandRequest
OpPut = 0
OpAppend = 1
OpGet = 2
OpConfigChange = 3
OpDeleteBuckets = 4
OpInsertBuckets = 5
Used in: ConfigResponse
int64 config_version = 1
repeated int64 buckets = 2
map<int64, string> groups = 3