Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LLHFWT/rache
/ functions
Functions
597 in github.com/LLHFWT/rache
⨍
Functions
597
◇
Types & classes
58
Method
GetData
()
kv/group.pb.go:548
Method
GetData
()
raft/raft.pb.go:348
Method
GetEntries
()
raft/raft.pb.go:212
Method
GetErr
()
kv/master.pb.go:122
Method
GetErr
()
kv/master.pb.go:264
Method
GetErr
()
kv/master.pb.go:374
Method
GetErr
()
kv/master.pb.go:477
Method
GetErr
()
kv/group.pb.go:138
Method
GetErr
()
kv/group.pb.go:241
Method
GetErr
()
kv/group.pb.go:342
Method
GetErr
()
kv/group.pb.go:430
Method
GetGID
()
kv/master.pb.go:313
Method
GetGID
()
kv/master.pb.go:633
Method
GetGIDs
()
kv/master.pb.go:203
Method
GetGIDs
()
kv/master.pb.go:619
Method
GetGroups
()
kv/master.pb.go:61
Method
GetGroups
()
kv/master.pb.go:540
Method
GetGroups
()
kv/master.pb.go:612
Method
GetKey
()
kv/group.pb.go:63
Method
GetKey
()
kv/group.pb.go:179
Method
GetKey
()
kv/group.pb.go:513
Method
GetLastIncludedIndex
()
raft/raft.pb.go:334
Method
GetLastIncludedIndex
()
raft/raft.pb.go:493
Method
GetLastIncludedTerm
()
raft/raft.pb.go:341
Method
GetLastIncludedTerm
()
raft/raft.pb.go:500
Method
GetLastLogIndex
()
raft/raft.pb.go:77
Method
GetLastLogTerm
()
raft/raft.pb.go:84
Method
GetLeaderCommit
()
raft/raft.pb.go:205
Method
GetLeaderId
()
raft/raft.pb.go:184
Method
GetLeaderId
()
raft/raft.pb.go:327
Method
GetLogs
()
raft/raft.pb.go:507
Method
GetMasterConfig
()
kv/group.pb.go:555
Method
GetNum
()
kv/master.pb.go:415
Method
GetNum
()
kv/master.pb.go:526
Method
GetNum
()
kv/master.pb.go:640
Method
GetNum
()
kv/group.pb.go:288
Method
GetNum
()
kv/group.pb.go:382
Method
GetOp
()
kv/group.pb.go:77
Method
GetPrevLogIndex
()
raft/raft.pb.go:191
Method
GetPrevLogTerm
()
raft/raft.pb.go:198
Method
GetSequence
()
kv/master.pb.go:68
Method
GetSequence
()
kv/master.pb.go:210
Method
GetSequence
()
kv/master.pb.go:320
Method
GetSequence
()
kv/master.pb.go:422
Method
GetSequence
()
kv/master.pb.go:605
Method
GetSequence
()
kv/group.pb.go:91
Method
GetSequence
()
kv/group.pb.go:193
Method
GetSequence
()
kv/group.pb.go:506
Method
GetServerList
()
kv/master.pb.go:162
Method
GetShard
()
kv/master.pb.go:306
Method
GetShard
()
kv/master.pb.go:626
Method
GetShardIds
()
kv/group.pb.go:389
Method
GetShardIndex
()
kv/group.pb.go:295
Method
GetShardIndex
()
kv/group.pb.go:534
Method
GetShards
()
kv/master.pb.go:533
Method
GetStore
()
kv/group.pb.go:594
Method
GetSuccess
()
raft/raft.pb.go:262
Method
GetTerm
()
raft/raft.pb.go:63
Method
GetTerm
()
raft/raft.pb.go:125
Method
GetTerm
()
raft/raft.pb.go:177
Method
GetTerm
()
raft/raft.pb.go:255
Method
GetTerm
()
raft/raft.pb.go:320
Method
GetTerm
()
raft/raft.pb.go:388
Method
GetTerm
()
raft/raft.pb.go:429
Method
GetValue
()
kv/group.pb.go:70
Method
GetValue
()
kv/group.pb.go:248
Method
GetValue
()
kv/group.pb.go:520
Method
GetVoteGranted
()
raft/raft.pb.go:132
Method
GetVotedFor
()
raft/raft.pb.go:486
Method
GetWrongLeader
()
kv/master.pb.go:115
Method
GetWrongLeader
()
kv/master.pb.go:257
Method
GetWrongLeader
()
kv/master.pb.go:367
Method
GetWrongLeader
()
kv/master.pb.go:470
Method
GetWrongLeader
()
kv/group.pb.go:131
Method
GetWrongLeader
()
kv/group.pb.go:234
Method
GetWrongLeader
()
kv/group.pb.go:335
Method
InstallSnapshot
handler of InstallSnapshot RPC
raft/raft.go:265
Method
InstallSnapshot
(ctx context.Context, in *InstallSnapshotArgs, opts ...grpc.CallOption)
raft/raft.pb.go:608
Method
InstallSnapshot
InstallSnapshot RPC method, leader use this method to send snapshot to follower to save time and memory
raft/raft.pb.go:624
Method
InstallSnapshot
(ctx context.Context, req *InstallSnapshotArgs)
raft/raft.pb.go:637
Method
Join
(ctx context.Context, in *JoinArgs, opts ...grpc.CallOption)
kv/master.pb.go:733
Method
Join
RPC方法,向集群中加入一系列的replica group
kv/master.pb.go:772
Method
Join
(ctx context.Context, req *JoinArgs)
kv/master.pb.go:785
Method
Join
实现Join RPC方法,增加一系列的复制组,提交结果到raft,并根据applyJoin的结果进行返回
kv/msterserver.go:44
Method
Kill
退出
kv/msterserver.go:153
Method
Leave
将多个group从集群中删掉
kv/masterclient.go:56
Method
Leave
(ctx context.Context, in *LeaveArgs, opts ...grpc.CallOption)
kv/master.pb.go:742
Method
Leave
RPC方法,从集群中移除一些group
kv/master.pb.go:774
Method
Leave
(ctx context.Context, req *LeaveArgs)
kv/master.pb.go:788
Method
Leave
实现Leave RPC方法,将给定的复制组从集群中删除
kv/msterserver.go:64
Method
Move
将某个分片从原来group转移到目标group
kv/masterclient.go:81
Method
Move
(ctx context.Context, in *MoveArgs, opts ...grpc.CallOption)
kv/master.pb.go:751
Method
Move
RPC方法,将shard从一个group移动到另一个
kv/master.pb.go:776
Method
Move
(ctx context.Context, req *MoveArgs)
kv/master.pb.go:791
Method
Move
实现Move RPC方法,将一个shard移到另一个group
kv/msterserver.go:84
Method
ProtoMessage
()
kv/master.pb.go:38
Method
ProtoMessage
()
kv/master.pb.go:92
Method
ProtoMessage
()
kv/master.pb.go:139
Method
ProtoMessage
()
kv/master.pb.go:180
Method
ProtoMessage
()
kv/master.pb.go:234
← previous
next →
201–300 of 597, ranked by callers