MCPcopy
hub / github.com/NVIDIA/aistore / Smap

Struct Smap

cluster/map.go:76–84  ·  view source on GitHub ↗

map of Snodes: DaeID => Snodes

Source from the content-addressed store, hash-verified

74 NodeMap map[string]*Snode // map of Snodes: DaeID => Snodes
75
76 Smap struct {
77 Tmap NodeMap `json:"tmap"` // targetID -> targetInfo
78 Pmap NodeMap `json:"pmap"` // proxyID -> proxyInfo
79 Primary *Snode `json:"proxy_si"` // (json tag preserved for back. compat.)
80 Version int64 `json:"version,string"` // version
81 UUID string `json:"uuid"` // UUID (assigned once at creation time)
82 CreationTime string `json:"creation_time"` // creation time
83 Ext interface{} `json:"ext,omitempty"` // within meta-version extensions
84 }
85
86 // Smap on-change listeners
87 Slistener interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected