| Package | Description |
|---|---|
| net.bluemind.node.api | |
| net.bluemind.node.client.impl.ahc | |
| net.bluemind.node.client.impl.okhttp | |
| net.bluemind.node.shared |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecDescriptor> |
INodeClient.getActiveExecutions(ActiveExecQuery query)
Returns a list of running process matching the given query object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INodeClient.interrupt(ExecDescriptor runningTask) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecDescriptor> |
AHCHttpNodeClient.getActiveExecutions(ActiveExecQuery query) |
protected java.util.List<ExecDescriptor> |
ActiveExecutionsHandler.getResult(int status,
io.netty.handler.codec.http.HttpHeaders headers,
FileBackedOutputStream body) |
| Modifier and Type | Method and Description |
|---|---|
void |
AHCHttpNodeClient.interrupt(ExecDescriptor runningTask) |
| Constructor and Description |
|---|
InterruptHandler(ExecDescriptor req) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecDescriptor> |
OkHttpNodeClient.getActiveExecutions(ActiveExecQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
OkHttpNodeClient.interrupt(ExecDescriptor runningTask) |
| Modifier and Type | Method and Description |
|---|---|
static ExecDescriptor |
ExecDescriptor.forTask(java.lang.String taskref) |
Copyright © 2023. All Rights Reserved.