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