# README
To update the protocol buffer definitions, run this from one directory above:
protoc -I worker worker/payload.proto --gofast_out=plugins=grpc:worker
# Functions
AssignUidsOverNetwork assigns new uids and writes them to the umap.
No description provided by the author
No description provided by the author
MutateOverNetwork checks which group should be running the mutations according to fingerprint of the predicate and sends it to that instance.
No description provided by the author
ProcessTaskOverNetwork is used to process the query and get the result from the instance which stores posting list corresponding to the predicate in the query.
No description provided by the author
runServer initializes a tcp server on port which listens to requests from other workers for internal communication.
SortOverNetwork sends sort query over the network.
StartRaftNodes will read the WAL dir, create the RAFT groups, and either start or restart RAFT nodes.
StoreStats returns stats for data store.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MB represents a megabyte.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BackupPayload is used both as a request and a response.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author