public class SimpleEvaluationObjectWithTime extends SimpleEvaluationObject
SimpleEvaluationObject.EvaluationStatus, SimpleEvaluationObject.EvaluationStdError, SimpleEvaluationObject.EvaluationStdOutput, SimpleEvaluationObject.SimpleOutputHandler| Constructor and Description |
|---|
SimpleEvaluationObjectWithTime(java.lang.String e,
com.twosigma.beakerx.kernel.KernelFunctionality.ExecuteCodeCallbackWithTime executeCodeCallbackWithTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCodeCallback() |
void |
finished(java.lang.Object r) |
java.lang.Long |
getPeriodOfEvaluationInNanoseconds() |
void |
setPeriodOfEvaluationInNanoseconds(java.lang.Long periodOfEvaluationInNanoseconds) |
void |
started() |
appendError, appendOutput, clrOutputHandler, error, getConsoleOutput, getExecutionCount, getExpression, getJupyterMessage, getOutputdata, getPayload, getStatus, getStdErrorHandler, getStdOutputHandler, setExecutionCount, setJupyterMessage, setOutputHandler, structuredUpdate, toString, updatepublic SimpleEvaluationObjectWithTime(java.lang.String e,
com.twosigma.beakerx.kernel.KernelFunctionality.ExecuteCodeCallbackWithTime executeCodeCallbackWithTime)
public void started()
started in class SimpleEvaluationObjectpublic void finished(java.lang.Object r)
finished in class SimpleEvaluationObjectpublic void executeCodeCallback()
executeCodeCallback in class SimpleEvaluationObjectpublic java.lang.Long getPeriodOfEvaluationInNanoseconds()
public void setPeriodOfEvaluationInNanoseconds(java.lang.Long periodOfEvaluationInNanoseconds)