object ClusterApp extends CatsApp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterApp
- CatsApp
- ParApp
- FlowSyntax
- EventSyntax
- WithDsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AppArgs(config: String = "etc/node.properties") extends Product with Serializable
- implicit class EventOps extends AnyRef
- Definition Classes
- EventSyntax
- implicit class EventSeqOps extends AnyRef
- Definition Classes
- EventSyntax
- type FlowOp[A] = core.Dsl.FlowOp[IO, A]
- Definition Classes
- ParApp
- implicit class FreeOps[A] extends AnyRef
- Definition Classes
- FlowSyntax
- type Program = Free[[β$0$]core.Dsl.FlowOp[IO, β$0$], Unit]
- Definition Classes
- ParApp
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val config: ParConfig
- Definition Classes
- ParApp
- implicit lazy val contextShift: ContextShift[IO]
- Definition Classes
- CatsApp → ParApp
- def createClusterProcess(config: Config, peers: Peers): IO[ClusterProcess]
- def createCoordinator(config: Config, peers: Peers): IO[Coordinator[IO]]
- def createLeaderElection(config: Config, sink: ProcessRef, peers: Peers): IO[LeaderElection[IO]]
- def createPeerNetClients(config: Config, peers: Array[PeerInfo]): IO[Array[(PeerInfo, AsyncClient[IO])]]
- def createPeers(config: Config, netClients: Seq[(PeerInfo, ProcessRef)]): IO[Peers]
- def createServer(sink: ProcessRef, config: Config): IO[AsyncServer[IO]]
- def createSub: IO[Sub[IO]]
- lazy val ct: Concurrent[IO]
- Definition Classes
- CatsApp → ParApp
- def deadLetter: IO[DeadLetterProcess[IO]]
- Definition Classes
- ParApp
- val dsl: FlowOps[IO, [β$21$]core.Dsl.FlowOp[IO, β$21$]]
- Attributes
- protected
- Definition Classes
- WithDsl
- lazy val ec: ExecutionContext
- Definition Classes
- CatsApp
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventLog: EventStore[IO]
- Definition Classes
- ParApp
- def eventTransformer(ref: ProcessRef, t: EventTransformer): Unit
- Definition Classes
- ParApp
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def interpreter(context: Context[IO]): Interpreter[IO]
- Definition Classes
- CatsApp → ParApp
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadConfig(appArgs: AppArgs): IO[Config]
- lazy val logger: Logger
- Definition Classes
- ParApp
- def main(args: Array[String]): Unit
- Definition Classes
- ParApp
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onExit(): Unit
- Definition Classes
- ClusterApp → CatsApp
- lazy val parallel: Parallel[IO]
- Definition Classes
- CatsApp → ParApp
- def processes(args: Array[String]): IO[Seq[Process[IO]]]
- Definition Classes
- ClusterApp → ParApp
- def run(args: Array[String]): IO[Unit]
- Definition Classes
- ParApp
- def run: IO[Unit]
- Definition Classes
- ParApp
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit lazy val timer: Timer[IO]
- Definition Classes
- CatsApp → ParApp
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unsafeRun(io: IO[Unit]): Unit
- Definition Classes
- CatsApp → ParApp
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated