Skip to content

ClusterManifest Constructors

Information about types which are available in the cluster.

ClusterManifest(MajorMinorVersion, ImmutableDictionary<SiloAddress, GrainManifest>, ImmutableArray<GrainManifest>)

View source
public ClusterManifest(MajorMinorVersion version, ImmutableDictionary<SiloAddress, GrainManifest> silos, ImmutableArray<GrainManifest> allGrainManifests)
Initializes a new instance of the ClusterManifest class.

Parameters

versionMajorMinorVersion
The manifest version.
silosImmutableDictionary<SiloAddress, GrainManifest>
The silo manifests.
allGrainManifestsImmutableArray<GrainManifest>
All grain manifests, including manifests which are not associated with entries in silos.