package
remote
Type Members
-
final
case class
Announce(reqId: Int, remoteAddress: String) extends RemoteRequestResponse with Product with Serializable
-
final
case class
CancelRequest(reqId: Int, taskId: Option[TinyString]) extends RemoteRequest with Product with Serializable
-
final
case class
CompletionsAtRequest(reqId: Int, id: CellID, pos: Int) extends RemoteRequest with Product with Serializable
-
-
-
final
case class
GetHandleDataRequest(reqId: Int, sessionId: Int, handleType: HandleType, handle: Int, count: Int) extends RemoteRequest with Product with Serializable
-
-
-
final
case class
KernelInfoRequest(reqId: Int) extends RemoteRequest with Product with Serializable
-
-
-
final
case class
ListTasksRequest(reqId: Int) extends RemoteRequest with Product with Serializable
-
-
final
case class
ModifyStreamRequest(reqId: Int, sessionId: Int, handleId: Int, ops: List[TableOp]) extends RemoteRequest with Product with Serializable
-
final
case class
ModifyStreamResponse(reqId: Int, result: Option[StreamingDataRepr]) extends RemoteRequestResponse with Product with Serializable
-
final
case class
ParametersAtRequest(reqId: Int, id: CellID, pos: Int) extends RemoteRequest with Product with Serializable
-
-
-
final
case class
QueueCellRequest(reqId: Int, id: CellID) extends RemoteRequest with Product with Serializable
-
final
case class
ReleaseHandleRequest(reqId: Int, sessionId: Int, handleType: HandleType, handleId: Int) extends RemoteRequest with Product with Serializable
-
-
-
-
-
-
-
-
-
-
-
-
-
final
case class
ShutdownRequest(reqId: Int) extends RemoteRequest with Product with Serializable
-
-
-
-
-
final
case class
StartupRequest(reqId: Int, notebook: Notebook, globalVersion: Int, config: PolynoteConfig) extends RemoteRequest with Product with Serializable
-
final
case class
StatusRequest(reqId: Int) extends RemoteRequest with Product with Serializable
-
-
-
-
-
final
case class
UnitResponse(reqId: Int) extends RemoteRequestResponse with Product with Serializable
-
final
case class
ValuesRequest(reqId: Int) extends RemoteRequest with Product with Serializable
-
Value Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
def
asPropString(m: Map[String, String]): List[String]
-
lazy val
javaOptions: Map[String, String]
-
def
jvmArgs(nbConfig: NotebookConfig): List[String]