Package

polynote

kernel

Permalink

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

    Permalink
  2. type CellEnv = CurrentNotebook with TaskManager with PublishStatus with PublishResult

    Permalink
  3. type GlobalEnv = Config with Factories with Factory

    Permalink
  4. type InterpreterEnv = Blocking with PublishResult with PublishStatus with CurrentTask with CurrentRuntime

    Permalink
  5. class KernelListener extends SparkListener

    Permalink
  6. class LocalSparkKernel extends LocalKernel

    Permalink
  7. class LocalSparkKernelFactory extends LocalService

    Permalink
  8. type TaskB[+A] = ZIO[BaseEnv, Throwable, A]

    Permalink
  9. type TaskC[+A] = ZIO[BaseEnv with GlobalEnv with CellEnv, Throwable, A]

    Permalink
  10. type TaskG[+A] = ZIO[BaseEnv with GlobalEnv, Throwable, A]

    Permalink

Value Members

  1. def GlobalEnv(config: PolynoteConfig, interpFactories: Map[String, List[Factory]], kernelFactoryService: Service): GlobalEnv

    Permalink
  2. object LocalSparkKernel extends LocalSparkKernelFactory

    Permalink
  3. package interpreter

    Permalink
  4. package remote

    Permalink
  5. package util

    Permalink
  6. def withContextClassLoader[A](cl: ClassLoader)(thunk: ⇒ A): A

    Permalink
  7. def withContextClassLoaderIO[A](cl: ClassLoader)(thunk: ⇒ A): RIO[Blocking, A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped