public class JupyterInterpreter
extends org.apache.zeppelin.interpreter.AbstractInterpreter
| Constructor and Description |
|---|
JupyterInterpreter(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(org.apache.zeppelin.interpreter.InterpreterContext context) |
void |
close() |
List<org.apache.zeppelin.interpreter.thrift.InterpreterCompletion> |
completion(String buf,
int cursor,
org.apache.zeppelin.interpreter.InterpreterContext context) |
org.apache.zeppelin.interpreter.Interpreter.FormType |
getFormType() |
int |
getProgress(org.apache.zeppelin.interpreter.InterpreterContext context) |
org.apache.zeppelin.interpreter.ZeppelinContext |
getZeppelinContext() |
protected org.apache.zeppelin.interpreter.InterpreterResult |
internalInterpret(String st,
org.apache.zeppelin.interpreter.InterpreterContext context) |
void |
open() |
interpret, isInterpolateexecutePrecode, getClassloaderUrls, getClassName, getHook, getHook, getInterpreterGroup, getInterpreterInTheSameSessionByClassName, getInterpreterInTheSameSessionByClassName, getProperties, getProperty, getProperty, getScheduler, getUserName, interpolate, registerHook, registerHook, setClassloaderUrls, setInterpreterGroup, setProperties, setProperty, setUserName, unregisterHook, unregisterHookpublic JupyterInterpreter(Properties properties)
public org.apache.zeppelin.interpreter.ZeppelinContext getZeppelinContext()
getZeppelinContext in class org.apache.zeppelin.interpreter.AbstractInterpreterprotected org.apache.zeppelin.interpreter.InterpreterResult internalInterpret(String st, org.apache.zeppelin.interpreter.InterpreterContext context) throws org.apache.zeppelin.interpreter.InterpreterException
internalInterpret in class org.apache.zeppelin.interpreter.AbstractInterpreterorg.apache.zeppelin.interpreter.InterpreterExceptionpublic void open()
throws org.apache.zeppelin.interpreter.InterpreterException
open in class org.apache.zeppelin.interpreter.Interpreterorg.apache.zeppelin.interpreter.InterpreterExceptionpublic void close()
throws org.apache.zeppelin.interpreter.InterpreterException
close in class org.apache.zeppelin.interpreter.Interpreterorg.apache.zeppelin.interpreter.InterpreterExceptionpublic void cancel(org.apache.zeppelin.interpreter.InterpreterContext context)
throws org.apache.zeppelin.interpreter.InterpreterException
cancel in class org.apache.zeppelin.interpreter.Interpreterorg.apache.zeppelin.interpreter.InterpreterExceptionpublic org.apache.zeppelin.interpreter.Interpreter.FormType getFormType()
throws org.apache.zeppelin.interpreter.InterpreterException
getFormType in class org.apache.zeppelin.interpreter.Interpreterorg.apache.zeppelin.interpreter.InterpreterExceptionpublic int getProgress(org.apache.zeppelin.interpreter.InterpreterContext context)
throws org.apache.zeppelin.interpreter.InterpreterException
getProgress in class org.apache.zeppelin.interpreter.Interpreterorg.apache.zeppelin.interpreter.InterpreterExceptionpublic List<org.apache.zeppelin.interpreter.thrift.InterpreterCompletion> completion(String buf, int cursor, org.apache.zeppelin.interpreter.InterpreterContext context) throws org.apache.zeppelin.interpreter.InterpreterException
completion in class org.apache.zeppelin.interpreter.AbstractInterpreterorg.apache.zeppelin.interpreter.InterpreterExceptionCopyright © 2016–2020. All rights reserved.