package util
- Alphabetic
- Public
- All
Type Members
-  class Channel extends Ordered[Channel]
-  trait ConsensusClient[A] extends AnyRef
-  trait DiffusingComputation extends AnyRef
-  trait LeaderElectionClient extends AnyRef
-  trait LogicalClock[T] extends AnyRef
-  trait MutexClient extends AnyRef
-  trait SnapshotClient extends AnyRef
-  trait SpanningTreeClient extends AnyRef
-  trait TerminationDetectionClient extends AnyRef
- 
      
      
      
        
      
    
      
        
        case class
      
      
        Time(value: Long) extends Serializable with Ordered[Time] with Product
      
      
      type-safe representation of time in ScalaNeko. type-safe representation of time in ScalaNeko. The internal representation stores the number of nanoseconds since the start of the execution. Since the value is stored in a Long, this allows to represent time for up to 263ns, i.e., nearly 300 years.- value
- internal representation of time in nanoseconds. 
 
-  trait Topology extends AnyRef
-  trait TraversalClient extends AnyRef
-  trait WaveClient extends AnyRef
Value Members
-  object Channel
-  object ConsensusClient
-  object DiffusingComputation
-  object LeaderElectionClient
-  object MutexClient
-  object SnapshotClient
-  object SpanningTreeClient
-  object TerminationDetectionClient
-  object Time extends Serializable
-  object Topology
-  object TraversalClient
-  object WaveClient