MCPcopy
hub / github.com/olric-data/olric / ClusterDMap

Struct ClusterDMap

cluster_client.go:58–64  ·  view source on GitHub ↗

ClusterDMap implements a client for DMaps.

Source from the content-addressed store, hash-verified

56
57// ClusterDMap implements a client for DMaps.
58type ClusterDMap struct {
59 name string
60 newEntry func() storage.Entry
61 config *dmapConfig
62 client *server.Client
63 clusterClient *ClusterClient
64}
65
66// Name exposes name of the DMap.
67func (dm *ClusterDMap) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected