Class BarrierCoordinator.Data$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BarrierCoordinator.Data$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Data$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BarrierCoordinator.Data apply​(scala.collection.immutable.Set<Controller.NodeInfo> clients, java.lang.String barrier, scala.collection.immutable.List<ActorRef> arrived, scala.concurrent.duration.Deadline deadline)  
      java.lang.String toString()  
      scala.Option<scala.Tuple4<scala.collection.immutable.Set<Controller.NodeInfo>,​java.lang.String,​scala.collection.immutable.List<ActorRef>,​scala.concurrent.duration.Deadline>> unapply​(BarrierCoordinator.Data x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final BarrierCoordinator.Data$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Data$

        public Data$()