NeighborsData

interface NeighborsData<ID : Any>

Data received from neighbors.

Inheritors

Properties

Link copied to clipboard
abstract val neighbors: Set<ID>

The set of known neighbors.

Functions

Link copied to clipboard
abstract fun <Value> dataAt(path: Path, dataSharingMethod: DataSharingMethod<Value>): Map<ID, Value>

The data from all neighbors at a specific path.