Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CNYuYang/DistributedSystems
/ types & classes
Types & classes
7 in github.com/CNYuYang/DistributedSystems
⨍
Functions
23
◇
Types & classes
7
↓ 1 callers
TypeAlias
ByKey
for sorting by key.
Lab1-MapReduce/实现代码/worker.go:24
Struct
Arg
Lab1-MapReduce/实现代码/rpc.go:43
Struct
ExampleArgs
Lab1-MapReduce/实现代码/rpc.go:48
Struct
ExampleReply
Lab1-MapReduce/实现代码/rpc.go:52
Struct
KeyValue
Map functions return a slice of KeyValue.
Lab1-MapReduce/实现代码/worker.go:18
Struct
Master
Lab1-MapReduce/实现代码/master.go:15
Struct
Task
example to show how to declare the arguments and reply for an RPC.
Lab1-MapReduce/实现代码/rpc.go:17