Builds a dictionary of chunk availability throughout the current swarm for chunks we don't have locally. Keys are chunkIndex, peer network identifier, and peer total chunk count
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- totalChunksInItem
- Type: System Byte
The total number of chunks in this item
- nonLocalPeerAvailability
- Type: System.Collections.Generic Dictionary ConnectionInfo, PeerInfo
A quick reference dictionary for matching ConnectionInfo with PeerInfo
Return Value
Type: Dictionary Byte, Dictionary ConnectionInfo, PeerInfo[Missing <returns> documentation for "M:DistributedFileSystem.SwarmChunkAvailability.CachedNonLocalChunkExistences(System.Byte,System.Collections.Generic.Dictionary{NetworkCommsDotNet.ConnectionInfo,DistributedFileSystem.PeerInfo}@)"]
See Also