package raft_cmdpb

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

enum AdminCmdType

raft_cmdpb.proto:263

Used in: AdminRequest, AdminResponse

message AdminRequest

raft_cmdpb.proto:284

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

message AdminResponse

raft_cmdpb.proto:303

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

message BatchSplitRequest

raft_cmdpb.proto:167

Used in: AdminRequest

message BatchSplitResponse

raft_cmdpb.proto:179

Used in: AdminResponse

message BatchSwitchWitnessRequest

raft_cmdpb.proto:253

Used in: AdminRequest

message BatchSwitchWitnessResponse

raft_cmdpb.proto:257

Used in: AdminResponse

(message has no fields)

message ChangePeerRequest

raft_cmdpb.proto:123

Used in: AdminRequest, ChangePeerV2Request

message ChangePeerResponse

raft_cmdpb.proto:129

Used in: AdminResponse

message ChangePeerV2Request

raft_cmdpb.proto:133

Used in: AdminRequest

message ChangePeerV2Response

raft_cmdpb.proto:137

Used in: AdminResponse

enum CmdType

raft_cmdpb.proto:87

Used in: Request, Response

message CommitMergeRequest

raft_cmdpb.proto:229

Used in: AdminRequest

message CommitMergeResponse

raft_cmdpb.proto:240

Used in: AdminResponse

(message has no fields)

message CompactLogRequest

raft_cmdpb.proto:183

Used in: AdminRequest

message CompactLogResponse

raft_cmdpb.proto:189

Used in: AdminResponse

(message has no fields)

message ComputeHashRequest

raft_cmdpb.proto:198

Used in: AdminRequest

message CustomRequest

raft_cmdpb.proto:393

Used in: RaftCmdRequest

message DeleteRangeRequest

raft_cmdpb.proto:46

Used in: Request

message DeleteRangeResponse

raft_cmdpb.proto:53

Used in: Response

(message has no fields)

message DeleteRequest

raft_cmdpb.proto:39

Used in: Request

message DeleteResponse

raft_cmdpb.proto:44

Used in: Response

(message has no fields)

message FinishFlashbackRequest

raft_cmdpb.proto:225

Used in: AdminRequest

(message has no fields)

message FinishFlashbackResponse

raft_cmdpb.proto:227

Used in: AdminResponse

(message has no fields)

message GetRequest

raft_cmdpb.proto:22

Used in: Request

message GetResponse

raft_cmdpb.proto:27

Used in: Response

message IngestSSTRequest

raft_cmdpb.proto:69

Used in: Request

message IngestSSTResponse

raft_cmdpb.proto:73

Used in: Response

(message has no fields)

message PrepareFlashbackRequest

raft_cmdpb.proto:218

Used in: AdminRequest

message PrepareFlashbackResponse

raft_cmdpb.proto:223

Used in: AdminResponse

(message has no fields)

message PrepareMergeRequest

raft_cmdpb.proto:211

Used in: AdminRequest

message PrepareMergeResponse

raft_cmdpb.proto:216

Used in: AdminResponse

(message has no fields)

message PrewriteRequest

raft_cmdpb.proto:61

Used in: Request

message PrewriteResponse

raft_cmdpb.proto:67

Used in: Response

(message has no fields)

message PutRequest

raft_cmdpb.proto:31

Used in: Request

message PutResponse

raft_cmdpb.proto:37

Used in: Response

(message has no fields)

message RaftCmdRequest

raft_cmdpb.proto:397

message RaftCmdResponse

raft_cmdpb.proto:409

message RaftRequestHeader

raft_cmdpb.proto:362

Used in: RaftCmdRequest

message RaftResponseHeader

raft_cmdpb.proto:387

Used in: RaftCmdResponse

message ReadIndexRequest

raft_cmdpb.proto:75

Used in: Request

message ReadIndexResponse

raft_cmdpb.proto:81

Used in: Response

message RegionDetailRequest

raft_cmdpb.proto:337

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:339

Used in: StatusResponse

message RegionLeaderRequest

raft_cmdpb.proto:322

For get the leader of the region.

Used in: StatusRequest

(message has no fields)

message RegionLeaderResponse

raft_cmdpb.proto:324

Used in: StatusResponse

message Request

raft_cmdpb.proto:99

Used in: enginepb.CommandRequest, RaftCmdRequest

message Response

raft_cmdpb.proto:111

Used in: RaftCmdResponse

message RollbackMergeRequest

raft_cmdpb.proto:242

Used in: AdminRequest

message RollbackMergeResponse

raft_cmdpb.proto:246

Used in: AdminResponse

(message has no fields)

message SnapRequest

raft_cmdpb.proto:55

Used in: Request

(message has no fields)

message SnapResponse

raft_cmdpb.proto:57

Used in: Response

message SplitRequest

raft_cmdpb.proto:141

Used in: AdminRequest, BatchSplitRequest

message SplitResponse

raft_cmdpb.proto:162

Used in: AdminResponse

enum StatusCmdType

raft_cmdpb.proto:344

Used in: StatusRequest, StatusResponse

message StatusRequest

raft_cmdpb.proto:350

Used in: RaftCmdRequest

message StatusResponse

raft_cmdpb.proto:356

Used in: RaftCmdResponse

message SwitchWitnessRequest

raft_cmdpb.proto:248

Used in: BatchSwitchWitnessRequest

message TransferLeaderRequest

raft_cmdpb.proto:191

Used in: AdminRequest

message TransferLeaderResponse

raft_cmdpb.proto:196

Used in: AdminResponse

(message has no fields)

message UpdateGcPeerRequest

raft_cmdpb.proto:259

Used in: AdminRequest

message VerifyHashRequest

raft_cmdpb.proto:202

Used in: AdminRequest

message VerifyHashResponse

raft_cmdpb.proto:209

Used in: AdminResponse

(message has no fields)