SiteIdentifier

value class SiteIdentifier : Comparable<SiteIdentifier>

A SiteIdentifier is a unique identifier amongst all the sites in a distributed system. Two sites are guaranteed to have different SiteIdentifier.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun compareTo(other: SiteIdentifier): Int

Compares this SiteIdentifier with an other SiteIdentifier.

Extensions

Link copied to clipboard
fun SiteIdentifier.toUInt(): UInt

Creates an UInt from the current SiteIdentifier.