colossus

package colossus

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait IOCommand extends AnyRef

    An IO Command is sent to an IO System, which then routes the command to a random worker using a round-robin router.

  2. class IOSystem extends AnyRef

    An IO System is basically a collection of worker actors.

  3. case class IOSystemConfig(name: String, numWorkers: Int) extends Product with Serializable

    Configuration used to specify an IOSystem's parameters.

Value Members

  1. object IOCommand

  2. object IOSystem

  3. package controller

  4. package core

  5. package parsing

  6. package protocols

  7. package service

  8. package task

  9. package util

Ungrouped