# 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
No description provided by the author
BackupOverNetwork handles a request coming from an HTTP client.
BlockingStop stops all the nodes, server between other workers and syncs all marks.
CommitOverNetwork makes a proxy call to Zero to commit or abort a transaction.
No description provided by the author
No description provided by the author
No description provided by the author
GetSchemaOverNetwork checks which group should be serving the schema according to fingerprint of the predicate and sends it to that instance.
No description provided by the author
No description provided by the author
MutateOverNetwork checks which group should be running the mutations according to the group config and sends it to that instance.
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.
RunServer initializes a tcp server on port which listens to requests from other workers for pb.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.
No description provided by the author
No description provided by the author
If storage type is specified, then check compatibility or convert to schema type if no storage type is specified then convert to schema type.
# 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
No description provided by the author
No description provided by the author
No description provided by the author
MB represents a megabyte.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
No description provided by the author