public class VisorGridJobEvent extends VisorGridEvent
JobEvent .| Constructor and Description |
|---|
VisorGridJobEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
String taskName,
String taskClsName,
IgniteUuid taskSesId,
IgniteUuid jobId)
Create event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
jobId() |
String |
taskClassName() |
String |
taskName() |
IgniteUuid |
taskSessionId() |
String |
toString() |
id, message, name, nid, shortDisplay, timestamp, typeIdpublic VisorGridJobEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
@Nullable
String msg,
String shortDisplay,
String taskName,
String taskClsName,
IgniteUuid taskSesId,
IgniteUuid jobId)
typeId - Event type.id - Event id.name - Event name.nid - Event node ID.ts - Event timestamp.msg - Event message.shortDisplay - Shortened version of toString() result.taskName - Name of the task that triggered the event.taskClsName - Name of task class that triggered the event.taskSesId - Task session ID of the task that triggered the event.jobId - Job ID.public String taskName()
public String taskClassName()
public IgniteUuid taskSessionId()
public IgniteUuid jobId()
public String toString()
toString in class VisorGridEvent
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015