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
IOException
org.apache.zeppelin.interpreter.InterpreterException
void start() throws org.apache.zeppelin.interpreter.InterpreterException
org.apache.zeppelin.interpreter.InterpreterException
void shutdown() throws org.apache.zeppelin.interpreter.InterpreterException
org.apache.zeppelin.interpreter.InterpreterException
Copyright © 2016–2020. All rights reserved.