|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.Enum | +--oracle.dmt.odm.MiningTaskState
The enumeration class MiningTaskState
is used to represent the following states of a mining task:
Field Summary |
Type | Field |
---|---|
static MiningTaskState |
error
If the task execution fails. |
static MiningTaskState |
executing
Task is getting excuted in the DMS. |
static MiningTaskState |
initiated
Task is dequeued and initiated to execute in the DMS. |
static MiningTaskState |
queued
In this state task is in the queue of the DMS. |
static MiningTaskState |
ready
Ready to execute, a task will come to this state only after storing the task in the DMS |
static MiningTaskState |
success
If the task execution succeeds. |
static MiningTaskState |
terminated
Task is terminated. |
static MiningTaskState |
terminating
Task is in the process of terminating. |
Method Summary |
Type | Method |
---|---|
static MiningTaskState |
getInstance(int id)
Returns a specified DataType instance. |
static MiningTaskState |
getInstance(java.lang.String name)
Returns a specified DataType instance. |
static MiningTaskState[] |
list()
Return a list of all MiningTaskState values |
static java.lang.String[] |
listNames()
Returns a list (array) of all MiningTaskState names. |
Methods inherited from class oracle.dmt.odm.Enum |
getEnum, getID, isEqual |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MiningTaskState ready
public static final MiningTaskState queued
public static final MiningTaskState initiated
public static final MiningTaskState executing
public static final MiningTaskState terminating
public static final MiningTaskState terminated
public static final MiningTaskState success
public static final MiningTaskState error
Method Detail |
public static java.lang.String[] listNames()
MiningTaskState
names.public static MiningTaskState[] list()
MiningTaskState
valuespublic static MiningTaskState getInstance(java.lang.String name)
DataType
instance.name
- -- The instancepublic static MiningTaskState getInstance(int id)
DataType
instance.name
- -- Value of the instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |