Synchronization

class Synchronization(hosts: Set<Host>) : Protocol

Protocol used to synchronize hosts. Used exclusively by the backend, not meant to be used for selection!

Constructors

Synchronization
Link copied to clipboard
fun Synchronization(hosts: Set<Host>)

Types

Companion
Link copied to clipboard
object Companion

Functions

authority
Link copied to clipboard
open override fun authority(hostTrustConfiguration: HostTrustConfiguration): Label
compareTo
Link copied to clipboard
operator override fun compareTo(other: Protocol): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
override fun hashCode(): Int
toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

arguments
Link copied to clipboard
open override val arguments: Map<String, Value>
hosts
Link copied to clipboard
val hosts: HostSetValue
internalInputPorts
Link copied to clipboard
val internalInputPorts: Map<Host, InputPort>
internalOutputPorts
Link copied to clipboard
val internalOutputPorts: Map<Host, OutputPort>
name
Link copied to clipboard
override val name: String
nameCategory
Link copied to clipboard
override val nameCategory: String
protocolName
Link copied to clipboard
open override val protocolName: ProtocolName