Packages

o

io.parapet.cluster

ClusterApp

object ClusterApp extends CatsApp

Linear Supertypes
CatsApp, ParApp[IO], FlowSyntax[IO], EventSyntax[IO], WithDsl[IO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterApp
  2. CatsApp
  3. ParApp
  4. FlowSyntax
  5. EventSyntax
  6. WithDsl
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AppArgs(config: String = "etc/node.properties") extends Product with Serializable
  2. implicit class EventOps extends AnyRef
    Definition Classes
    EventSyntax
  3. implicit class EventSeqOps extends AnyRef
    Definition Classes
    EventSyntax
  4. type FlowOp[A] = core.Dsl.FlowOp[IO, A]
    Definition Classes
    ParApp
  5. implicit class FreeOps[A] extends AnyRef
    Definition Classes
    FlowSyntax
  6. type Program = Free[[β$0$]core.Dsl.FlowOp[IO, β$0$], Unit]
    Definition Classes
    ParApp

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val config: ParConfig
    Definition Classes
    ParApp
  7. implicit lazy val contextShift: ContextShift[IO]
    Definition Classes
    CatsApp → ParApp
  8. def createClusterProcess(config: Config, peers: Peers): IO[ClusterProcess]
  9. def createCoordinator(config: Config, peers: Peers): IO[Coordinator[IO]]
  10. def createLeaderElection(config: Config, sink: ProcessRef, peers: Peers): IO[LeaderElection[IO]]
  11. def createPeerNetClients(config: Config, peers: Array[PeerInfo]): IO[Array[(PeerInfo, AsyncClient[IO])]]
  12. def createPeers(config: Config, netClients: Seq[(PeerInfo, ProcessRef)]): IO[Peers]
  13. def createServer(sink: ProcessRef, config: Config): IO[AsyncServer[IO]]
  14. def createSub: IO[Sub[IO]]
  15. lazy val ct: Concurrent[IO]
    Definition Classes
    CatsApp → ParApp
  16. def deadLetter: IO[DeadLetterProcess[IO]]
    Definition Classes
    ParApp
  17. val dsl: FlowOps[IO, [β$21$]core.Dsl.FlowOp[IO, β$21$]]
    Attributes
    protected
    Definition Classes
    WithDsl
  18. lazy val ec: ExecutionContext
    Definition Classes
    CatsApp
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. val eventLog: EventStore[IO]
    Definition Classes
    ParApp
  22. def eventTransformer(ref: ProcessRef, t: EventTransformer): Unit
    Definition Classes
    ParApp
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def interpreter(context: Context[IO]): Interpreter[IO]
    Definition Classes
    CatsApp → ParApp
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def loadConfig(appArgs: AppArgs): IO[Config]
  28. lazy val logger: Logger
    Definition Classes
    ParApp
  29. def main(args: Array[String]): Unit
    Definition Classes
    ParApp
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def onExit(): Unit
    Definition Classes
    ClusterApp → CatsApp
  34. lazy val parallel: Parallel[IO]
    Definition Classes
    CatsApp → ParApp
  35. def processes(args: Array[String]): IO[Seq[Process[IO]]]
    Definition Classes
    ClusterApp → ParApp
  36. def run(args: Array[String]): IO[Unit]
    Definition Classes
    ParApp
  37. def run: IO[Unit]
    Definition Classes
    ParApp
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. implicit lazy val timer: Timer[IO]
    Definition Classes
    CatsApp → ParApp
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unsafeRun(io: IO[Unit]): Unit
    Definition Classes
    CatsApp → ParApp
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from CatsApp

Inherited from ParApp[IO]

Inherited from FlowSyntax[IO]

Inherited from EventSyntax[IO]

Inherited from WithDsl[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped