Class/Object

polynote.server

KernelPublisher

Related Docs: object KernelPublisher | package server

Permalink

class KernelPublisher extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KernelPublisher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val broadcastUpdates: Hub[(SubscriberId, NotebookUpdate)]

    Permalink
  6. def cancelAll(): TaskB[Unit]

    Permalink
  7. def cancelTask(taskId: String): TaskB[Unit]

    Permalink
  8. val cellResults: ZHub[Any, Any, Throwable, Throwable, CellResult, CellResult]

    Permalink
  9. def clearResults(): ZIO[Any, Throwable, Unit]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): TaskB[Unit]

    Permalink
  12. val closed: Promise[Throwable, Unit]

    Permalink
  13. def completionsAt(cellID: CellID, pos: Int): RIO[BaseEnv with GlobalEnv, List[Completion]]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val kernel: RIO[BaseEnv with GlobalEnv, Kernel]

    Permalink
  21. def kernelStatus(): TaskB[KernelBusyState]

    Permalink
  22. def killKernel(): RIO[BaseEnv with GlobalEnv, Unit]

    Permalink
  23. def latestVersion: Task[(GlobalVersion, Notebook)]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def parametersAt(cellID: CellID, pos: Int): RIO[BaseEnv with GlobalEnv, Option[Signatures]]

    Permalink
  28. val publishStatus: UPublish[KernelStatusUpdate]

    Permalink
  29. def queueCell(cellID: CellID): RIO[BaseEnv with GlobalEnv, Task[Unit]]

    Permalink
  30. def restartKernel(forceStart: Boolean): RIO[BaseEnv with GlobalEnv, Unit]

    Permalink
  31. def statuses: TaskB[List[CellStatusUpdate]]

    Permalink
  32. def subscribe(): RManaged[BaseEnv with GlobalEnv with PublishMessage with UserIdentity, KernelSubscriber]

    Permalink
  33. def subscribeStatus: ZStream[Any, Throwable, KernelStatusUpdate]

    Permalink
  34. def subscribeUpdates: UManaged[UStream[(SubscriberId, NotebookUpdate)]]

    Permalink
  35. def subscribersPresent: UIO[List[(Presence, Option[PresenceSelection])]]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. val taskManager: Service

    Permalink
  38. def tasks(): TaskB[List[TaskInfo]]

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def update(subscriberId: SubscriberId, update: NotebookUpdate): UIO[Unit]

    Permalink
  41. val versionedNotebook: NotebookRef

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped