public interface KernelInterpreter
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.zeppelin.interpreter.InterpreterResultMessage> |
interpretCode(String code) |
void |
shutdown() |
void |
start() |
List<org.apache.zeppelin.interpreter.InterpreterResultMessage> interpretCode(String code) throws IOException, org.apache.zeppelin.interpreter.InterpreterException
IOExceptionorg.apache.zeppelin.interpreter.InterpreterExceptionvoid start()
throws org.apache.zeppelin.interpreter.InterpreterException
org.apache.zeppelin.interpreter.InterpreterExceptionvoid shutdown()
throws org.apache.zeppelin.interpreter.InterpreterException
org.apache.zeppelin.interpreter.InterpreterExceptionCopyright © 2016–2020. All rights reserved.