| 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 |
|---|---|
java.util.List<ExecDescriptor> |
AHCHttpNodeClient.getActiveExecutions(ActiveExecQuery query) |
| Constructor and Description |
|---|
ActiveExecutionsHandler(ActiveExecQuery query) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecDescriptor> |
OkHttpNodeClient.getActiveExecutions(ActiveExecQuery query) |
| Modifier and Type | Method and Description |
|---|---|
static ActiveExecQuery |
ActiveExecQuery.all() |
static ActiveExecQuery |
ActiveExecQuery.byGroup(java.lang.String group) |
static ActiveExecQuery |
ActiveExecQuery.byName(java.lang.String group,
java.lang.String name) |
Copyright © 2024. All Rights Reserved.