Package | Description |
---|---|
org.apache.edgent.execution |
Execution of Edgent topologies and graphs.
|
org.apache.edgent.execution.mbeans |
Management MBeans for execution.
|
org.apache.edgent.graph.spi.execution | |
org.apache.edgent.runtime.etiao.mbeans | |
org.apache.edgent.samples.connectors |
General support for connector samples.
|
Modifier and Type | Method and Description |
---|---|
Job.State |
Job.getCurrentState()
Retrieves the current state of this job.
|
Job.State |
Job.getNextState()
Retrieves the next execution state when this job makes a state
transition.
|
static Job.State |
Job.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Job.State[] |
Job.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Job.State |
JobMXBean.getCurrentState()
Retrieves the current state of the job.
|
Job.State |
JobMXBean.getNextState()
Retrieves the next execution state when the job makes a state
transition.
|
Modifier and Type | Method and Description |
---|---|
Job.State |
AbstractGraphJob.getCurrentState() |
Job.State |
AbstractGraphJob.getNextState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGraphJob.setNextState(Job.State value) |
Modifier and Type | Method and Description |
---|---|
Job.State |
EtiaoJobBean.getCurrentState() |
Job.State |
EtiaoJobBean.getNextState() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Util.awaitState(Job job,
Job.State state,
long timeout,
java.util.concurrent.TimeUnit unit)
Wait for the job to reach the specified state.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641