package kernel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- kernel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type BaseEnv = Blocking with Clock with System with Logging
- type CellEnv = CurrentNotebook with TaskManager with PublishStatus with PublishResult
- type GlobalEnv = Config with Factories with Factory
- type InterpreterEnv = Blocking with PublishResult with PublishStatus with CurrentTask with CurrentRuntime
- class KernelListener extends SparkListener
- class LocalSparkKernel extends LocalKernel
- class LocalSparkKernelFactory extends LocalService
- type StreamingHandles = Has[Service]
- type TaskB[+A] = ZIO[BaseEnv, Throwable, A]
- type TaskC[+A] = ZIO[BaseEnv with GlobalEnv with CellEnv, Throwable, A]
- type TaskG[+A] = ZIO[BaseEnv with GlobalEnv, Throwable, A]
Value Members
- def GlobalEnv(config: PolynoteConfig, interpFactories: Map[String, List[Factory]], kernelFactoryService: Service): GlobalEnv
- def effectMemoize[A](thunk: ⇒ A): Task[A]
- def withContextClassLoader[A](cl: ClassLoader)(thunk: ⇒ A): A
- def withContextClassLoaderIO[A](cl: ClassLoader)(thunk: ⇒ A): RIO[Blocking, A]
- object LocalSparkKernel extends LocalSparkKernelFactory