kotlin-spark-api-parent_3.3.2_2.13
1.2.4
jvm
jupyter_3.3.2_2.13
/
org.jetbrains.kotlinx.spark.api.jupyter
/
Integration
Integration
abstract
class
Integration
(
notebook
:
Notebook
,
options
:
MutableMap
<
String
,
String
?
>
)
:
JupyterIntegration
Inheritors
SparkIntegration
SparkStreamingIntegration
Members
Constructors
Integration
Link copied to clipboard
constructor
(
notebook
:
Notebook
,
options
:
MutableMap
<
String
,
String
?
>
)
Properties
dependencies
Link copied to clipboard
open
val
dependencies
:
Array
<
String
>
imports
Link copied to clipboard
open
val
imports
:
Array
<
String
>
Functions
after
Cell
Execution
Link copied to clipboard
open
fun
KotlinKernelHost
.
afterCellExecution
(
snippetInstance
:
Any
,
result
:
FieldValue
)
before
Cell
Execution
Link copied to clipboard
open
fun
KotlinKernelHost
.
beforeCellExecution
(
)
get
Definitions
Link copied to clipboard
open
override
fun
getDefinitions
(
notebook
:
Notebook
)
:
List
<
LibraryDefinition
>
on
Interrupt
Link copied to clipboard
open
fun
KotlinKernelHost
.
onInterrupt
(
)
on
Loaded
Link copied to clipboard
open
fun
KotlinKernelHost
.
onLoaded
(
)
Will be run after importing all dependencies
open
override
fun
JupyterIntegration.Builder
.
onLoaded
(
)
on
Loaded
Also
Do
Link copied to clipboard
open
fun
JupyterIntegration.Builder
.
onLoadedAlsoDo
(
)
on
Shutdown
Link copied to clipboard
open
fun
KotlinKernelHost
.
onShutdown
(
)