Documentation
¶
Index ¶
- func Connect(workerList []string)
- func GetOrAssignUidsOverNetwork(xidToUid *map[string]uint64) (rerr error)
- func Init(ps, uStore *store.Store, idx, numInst uint64)
- func MutateOverNetwork(edges []x.DirectedEdge) (left []x.DirectedEdge, rerr error)
- func NewQuery(attr string, uids []uint64) []byte
- func ProcessTaskOverNetwork(qu []byte) (result []byte, rerr error)
- type Mutations
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MutateOverNetwork ¶
func MutateOverNetwork( edges []x.DirectedEdge) (left []x.DirectedEdge, rerr error)
func ProcessTaskOverNetwork ¶
Types ¶
type Mutations ¶
type Mutations struct {
Set []x.DirectedEdge
Del []x.DirectedEdge
}
Click to show internal directories.
Click to hide internal directories.