class ProxyTask[Input, Output] extends ActorBehavior[Unit, Proxy]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProxyTask
- ActorBehavior
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProxyTask(taskId: TaskId, inputDeserializer: Spore[Unit, Deserializer[Input]], outputSerializer: Spore[Unit, Serializer[Output]], function: Spore[Input, (ComputationEnvironment) => IO[Output]], input: Input, writer: Serializer[Input], reader: Deserializer[Output], resourceConsumed: VersionedResourceRequest, queueActor: QueueActor, fileServicePrefix: FileServicePrefix, cache: TaskResultCache, priority: Priority, promise: Deferred[IO, Either[Throwable, Output]], labels: Labels, lineage: TaskLineage, noCache: Boolean, messenger: Messenger)
Type Members
- type ReceiveIO = (Unit, Ref[IO, Unit]) => PartialFunction[Message, (Unit, IO[Unit])]
- Definition Classes
- ActorBehavior
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
- val address: Address
- Definition Classes
- ProxyTask → ActorBehavior
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def derive(ref: Ref[IO, Unit]): Proxy
- Definition Classes
- ProxyTask → ActorBehavior
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val init: Unit
- Definition Classes
- ProxyTask → ActorBehavior
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def receive: (Unit, Ref[IO, Unit]) => PartialFunction[Message, (Unit, IO[Unit])]
- Definition Classes
- ProxyTask → ActorBehavior
- def release(st: Unit): IO[Unit]
- Definition Classes
- ActorBehavior
- def schedulers(ref: Ref[IO, Unit]): Option[IO[Stream[IO, Unit]]]
- Definition Classes
- ProxyTask → ActorBehavior
- def sendTo(target: Address, msg: MessageData): IO[Unit]
- Definition Classes
- ActorBehavior
- val stopProcessingMessages: IO[Unit]
- Definition Classes
- ActorBehavior
- val stopQueue: IO[Queue[IO, Option[Unit]]]
- Definition Classes
- ActorBehavior
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
(Since version 9)