Packages

p

polynote

kernel

package kernel

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

Type Members

  1. type BaseEnv = Blocking with Clock with System with Logging
  2. type CellEnv = CurrentNotebook with TaskManager with PublishStatus with PublishResult
  3. type GlobalEnv = Config with Factories with Factory
  4. type InterpreterEnv = Blocking with PublishResult with PublishStatus with CurrentTask with CurrentRuntime
  5. class KernelListener extends SparkListener
  6. class LocalSparkKernel extends LocalKernel
  7. class LocalSparkKernelFactory extends LocalService
  8. type StreamingHandles = Has[Service]
  9. type TaskB[+A] = ZIO[BaseEnv, Throwable, A]
  10. type TaskC[+A] = ZIO[BaseEnv with GlobalEnv with CellEnv, Throwable, A]
  11. type TaskG[+A] = ZIO[BaseEnv with GlobalEnv, Throwable, A]

Value Members

  1. def GlobalEnv(config: PolynoteConfig, interpFactories: Map[String, List[Factory]], kernelFactoryService: Service): GlobalEnv
  2. def effectMemoize[A](thunk: ⇒ A): Task[A]
  3. def withContextClassLoader[A](cl: ClassLoader)(thunk: ⇒ A): A
  4. def withContextClassLoaderIO[A](cl: ClassLoader)(thunk: ⇒ A): RIO[Blocking, A]
  5. object LocalSparkKernel extends LocalSparkKernelFactory

Inherited from AnyRef

Inherited from Any

Ungrouped