cc.otavia.core.system
package cc.otavia.core.system
Members list
Packages
package cc.otavia.core.system.monitor
Type members
Classlikes
object ActorHouse
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ActorHouse.type
trait ActorSystem
ActorSystem is a container of actor and channel group instance, a actor or channel group instance must be create by a actor system instance, actor instance in different actor system instance can not send message directly.
ActorSystem is a container of actor and channel group instance, a actor or channel group instance must be create by a actor system instance, actor instance in different actor system instance can not send message directly.
only Notice message can send to a actor or channel group out side actor and channel group
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ActorSystem
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ActorSystem.type
final class ActorThread(val system: ActorSystem, id: Int) extends Thread
Attributes
- Companion
- object
- Supertypes
-
class Threadtrait Runnableclass Objecttrait Matchableclass Any
object ActorThread
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ActorThread.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ActorThreadFactory
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ActorThreadFactory.type
trait ActorThreadPool
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultActorThreadPool
object ActorThreadPool
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ActorThreadPool.type
trait ActorThreadPoolFactory
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ActorThreadPoolFactory
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
class AddressPhantomReference(referent: ActorAddress[_], queue: ReferenceQueue[ActorAddress[_]]) extends PhantomReference[ActorAddress[_]]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class DefaultActorThreadPool(val system: ActorSystem, val actorThreadFactory: ActorThreadFactory, val size: Int) extends ActorThreadPool
Attributes
- Supertypes
class FIFOHouseQueue(manager: HouseManager) extends HouseQueue
Attributes
- Supertypes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object HouseManager
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HouseManager.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class FIFOHouseQueueclass PriorityHouseQueue
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class PriorityHouseQueue(manager: HouseManager) extends HouseQueue
Attributes
- Supertypes
object SystemInfo
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SystemInfo.type
trait ThreadSelector
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class TilingThreadSelector
class TilingThreadSelector(threads: Array[ActorThread]) extends ThreadSelector
Attributes
- Supertypes
In this article