public class SnappyInterpreterServer
extends org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SnappyInterpreterServer(java.lang.Integer port) |
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Overriding the RemoteInterpreterServer's Shutdown method to avoid shutdown of the
Leadnode and RemoteInterpreter by zeppelin server
|
void |
shutdown(java.lang.Boolean forceFully)
This method is called from th Lead shutdown to clean stop the interpreter
|
angularObjectAdd, angularObjectRemove, angularObjectUpdate, angularRegistryPush, cancel, close, completion, createInterpreter, getEvent, getFormType, getPort, getProgress, getStatus, interpret, isRunning, main, onAdd, onRemove, onUpdate, open, resourceGet, resourcePoolGetAll, resourcePoolResponseGetAll, resourceRemove, resourceResponseGet, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic SnappyInterpreterServer(java.lang.Integer port)
throws org.apache.thrift.transport.TTransportException
org.apache.thrift.transport.TTransportExceptionpublic void shutdown()
throws org.apache.thrift.TException
shutdown in interface org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService.Ifaceshutdown in class org.apache.zeppelin.interpreter.remote.RemoteInterpreterServerorg.apache.thrift.TExceptionpublic void shutdown(java.lang.Boolean forceFully)
throws org.apache.thrift.TException
forceFully - org.apache.thrift.TException