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, isInterpolate
executePrecode, getClassloaderUrls, getClassName, getHook, getHook, getInterpreterGroup, getInterpreterInTheSameSessionByClassName, getInterpreterInTheSameSessionByClassName, getProperties, getProperty, getProperty, getScheduler, getUserName, interpolate, registerHook, registerHook, setClassloaderUrls, setInterpreterGroup, setProperties, setProperty, setUserName, unregisterHook, unregisterHook
public JupyterInterpreter(Properties properties)
public org.apache.zeppelin.interpreter.ZeppelinContext getZeppelinContext()
getZeppelinContext
in class org.apache.zeppelin.interpreter.AbstractInterpreter
protected 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.AbstractInterpreter
org.apache.zeppelin.interpreter.InterpreterException
public void open() throws org.apache.zeppelin.interpreter.InterpreterException
open
in class org.apache.zeppelin.interpreter.Interpreter
org.apache.zeppelin.interpreter.InterpreterException
public void close() throws org.apache.zeppelin.interpreter.InterpreterException
close
in class org.apache.zeppelin.interpreter.Interpreter
org.apache.zeppelin.interpreter.InterpreterException
public void cancel(org.apache.zeppelin.interpreter.InterpreterContext context) throws org.apache.zeppelin.interpreter.InterpreterException
cancel
in class org.apache.zeppelin.interpreter.Interpreter
org.apache.zeppelin.interpreter.InterpreterException
public org.apache.zeppelin.interpreter.Interpreter.FormType getFormType() throws org.apache.zeppelin.interpreter.InterpreterException
getFormType
in class org.apache.zeppelin.interpreter.Interpreter
org.apache.zeppelin.interpreter.InterpreterException
public int getProgress(org.apache.zeppelin.interpreter.InterpreterContext context) throws org.apache.zeppelin.interpreter.InterpreterException
getProgress
in class org.apache.zeppelin.interpreter.Interpreter
org.apache.zeppelin.interpreter.InterpreterException
public 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.AbstractInterpreter
org.apache.zeppelin.interpreter.InterpreterException
Copyright © 2016–2020. All rights reserved.