Package | Description |
---|---|
edu.snu.coral.client | |
edu.snu.coral.compiler.frontend.beam | |
edu.snu.coral.runtime.common.state | |
edu.snu.coral.runtime.master |
Modifier and Type | Method and Description |
---|---|
Enum |
StateTranslator.translateState(JobState.State jobState)
Translate a job state of coral to a corresponding client endpoint state.
|
Modifier and Type | Method and Description |
---|---|
Enum |
BeamStateTranslator.translateState(JobState.State jobState)
Translate a job state of coral to a corresponding Beam state.
|
Modifier and Type | Method and Description |
---|---|
static JobState.State |
JobState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState.State[] |
JobState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobStateManager.onJobStateChanged(JobState.State newState)
Updates the state of the job.
|
Copyright © 2018. All rights reserved.