package raft_cmdpb

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

enum AdminCmdType

raft_cmdpb.proto:264

Used in: AdminRequest, AdminResponse

message AdminRequest

raft_cmdpb.proto:285

Used in: cdcpb.Event.Admin, enginepb.CommandRequest, RaftCmdRequest

message AdminResponse

raft_cmdpb.proto:304

Used in: cdcpb.Event.Admin, enginepb.CommandRequest, RaftCmdResponse

message BatchSplitRequest

raft_cmdpb.proto:169

Used in: AdminRequest

message BatchSplitResponse

raft_cmdpb.proto:181

Used in: AdminResponse

message BatchSwitchWitnessRequest

raft_cmdpb.proto:254

Used in: AdminRequest

message BatchSwitchWitnessResponse

raft_cmdpb.proto:258

Used in: AdminResponse

(message has no fields)

message ChangePeerRequest

raft_cmdpb.proto:125

Used in: AdminRequest, ChangePeerV2Request

message ChangePeerResponse

raft_cmdpb.proto:131

Used in: AdminResponse

message ChangePeerV2Request

raft_cmdpb.proto:135

Used in: AdminRequest

message ChangePeerV2Response

raft_cmdpb.proto:139

Used in: AdminResponse

enum CmdType

raft_cmdpb.proto:89

Used in: Request, Response

message CommitMergeRequest

raft_cmdpb.proto:231

Used in: AdminRequest

message CommitMergeResponse

raft_cmdpb.proto:241

Used in: AdminResponse

(message has no fields)

message CompactLogRequest

raft_cmdpb.proto:185

Used in: AdminRequest

message CompactLogResponse

raft_cmdpb.proto:191

Used in: AdminResponse

(message has no fields)

message ComputeHashRequest

raft_cmdpb.proto:200

Used in: AdminRequest

message DeleteRangeRequest

raft_cmdpb.proto:48

Used in: Request

message DeleteRangeResponse

raft_cmdpb.proto:55

Used in: Response

(message has no fields)

message DeleteRequest

raft_cmdpb.proto:41

Used in: Request

message DeleteResponse

raft_cmdpb.proto:46

Used in: Response

(message has no fields)

message FinishFlashbackRequest

raft_cmdpb.proto:227

Used in: AdminRequest

(message has no fields)

message FinishFlashbackResponse

raft_cmdpb.proto:229

Used in: AdminResponse

(message has no fields)

message GetRequest

raft_cmdpb.proto:24

Used in: Request

message GetResponse

raft_cmdpb.proto:29

Used in: Response

message IngestSSTRequest

raft_cmdpb.proto:71

Used in: Request

message IngestSSTResponse

raft_cmdpb.proto:75

Used in: Response

(message has no fields)

message PrepareFlashbackRequest

raft_cmdpb.proto:220

Used in: AdminRequest

message PrepareFlashbackResponse

raft_cmdpb.proto:225

Used in: AdminResponse

(message has no fields)

message PrepareMergeRequest

raft_cmdpb.proto:213

Used in: AdminRequest

message PrepareMergeResponse

raft_cmdpb.proto:218

Used in: AdminResponse

(message has no fields)

message PrewriteRequest

raft_cmdpb.proto:63

Used in: Request

message PrewriteResponse

raft_cmdpb.proto:69

Used in: Response

(message has no fields)

message PutRequest

raft_cmdpb.proto:33

Used in: Request

message PutResponse

raft_cmdpb.proto:39

Used in: Response

(message has no fields)

message RaftCmdRequest

raft_cmdpb.proto:395

message RaftCmdResponse

raft_cmdpb.proto:407

message RaftRequestHeader

raft_cmdpb.proto:364

Used in: RaftCmdRequest

message RaftResponseHeader

raft_cmdpb.proto:389

Used in: RaftCmdResponse

message ReadIndexRequest

raft_cmdpb.proto:77

Used in: Request

message ReadIndexResponse

raft_cmdpb.proto:83

Used in: Response

message RegionDetailRequest

raft_cmdpb.proto:338

For getting more information of the region. We add some admin operations (ChangePeer, Split...) into the pb job list, then pd server will peek the first one, handle it and then pop it from the job lib. But sometimes, the pd server may crash before popping. When another pd server starts and finds the job is running but not finished, it will first check whether the raft server already has handled this job. E,g, for ChangePeer, if we add Peer10 into region1 and find region1 has already had Peer10, we can think this ChangePeer is finished, and can pop this job from job list directly.

Used in: StatusRequest

(message has no fields)

message RegionDetailResponse

raft_cmdpb.proto:340

Used in: StatusResponse

message RegionLeaderRequest

raft_cmdpb.proto:323

For get the leader of the region.

Used in: StatusRequest

(message has no fields)

message RegionLeaderResponse

raft_cmdpb.proto:325

Used in: StatusResponse

message Request

raft_cmdpb.proto:101

Used in: enginepb.CommandRequest, RaftCmdRequest

message Response

raft_cmdpb.proto:113

Used in: RaftCmdResponse

message RollbackMergeRequest

raft_cmdpb.proto:243

Used in: AdminRequest

message RollbackMergeResponse

raft_cmdpb.proto:247

Used in: AdminResponse

(message has no fields)

message SnapRequest

raft_cmdpb.proto:57

Used in: Request

(message has no fields)

message SnapResponse

raft_cmdpb.proto:59

Used in: Response

message SplitRequest

raft_cmdpb.proto:143

Used in: AdminRequest, BatchSplitRequest

message SplitResponse

raft_cmdpb.proto:164

Used in: AdminResponse

enum StatusCmdType

raft_cmdpb.proto:346

Used in: StatusRequest, StatusResponse

message StatusRequest

raft_cmdpb.proto:352

Used in: RaftCmdRequest

message StatusResponse

raft_cmdpb.proto:358

Used in: RaftCmdResponse

message SwitchWitnessRequest

raft_cmdpb.proto:249

Used in: BatchSwitchWitnessRequest

message TransferLeaderRequest

raft_cmdpb.proto:193

Used in: AdminRequest

message TransferLeaderResponse

raft_cmdpb.proto:198

Used in: AdminResponse

(message has no fields)

message UpdateGcPeerRequest

raft_cmdpb.proto:260

Used in: AdminRequest

message VerifyHashRequest

raft_cmdpb.proto:204

Used in: AdminRequest

message VerifyHashResponse

raft_cmdpb.proto:211

Used in: AdminResponse

(message has no fields)