| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_BUFFER_IDLE_TIME_MS |
| Constructor and Description |
|---|
ScriptExecutorThread(String operationId,
javax.ws.rs.core.Response response,
Path filePath)
Initialize streaming thread with operation details.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExitValue()
Get the exit value of the current operation.
|
int |
getSegmentCount()
Get current read Segment count
|
boolean |
isCompleted()
Get operation execution status is completed or not.
|
void |
run()
Start running thread to read result which sent from the tinkerer.
|
public static final int MAX_BUFFER_IDLE_TIME_MS
public void run()
public int getExitValue()
public boolean isCompleted()
public int getSegmentCount()
Copyright © 2019 WSO2. All rights reserved.