Package | Description |
---|---|
com.asakusafw.yaess.jobqueue.client |
YAESS Hadoop Script Handlers for Job Queue.
|
Modifier and Type | Method and Description |
---|---|
static JobStatus.Kind |
JobStatus.Kind.findFromSymbol(String string)
Returns the corresponded kind about the symbol.
|
JobStatus.Kind |
JobStatus.getKind()
Returns the kind of this status.
|
static JobStatus.Kind |
JobStatus.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus.Kind[] |
JobStatus.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobStatus.setKind(JobStatus.Kind kind)
Sets the kind of this status.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.