package
0.7.7
Repository: https://github.com/igm/dgraph.git
Documentation: pkg.go.dev

# 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
BlockingStop stops all the nodes, server between other workers and syncs all marks.
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.
HealthCheck returns whether the server is ready to accept requests or not Load balancer would add the node to the endpoint once health check starts returning true.
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.
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.
RebuildIndexOverNetwork rebuilds index for attr.
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
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

# Type aliases

No description provided by the author