|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.server.api.crd.CRDRunDetail
public class CRDRunDetail
| Field Summary | |
|---|---|
static short |
ACTIVITY_BUILD
indicates the activity type of this cube run detail: build (value=1). |
static short |
ACTIVITY_UPDATE
indicates the activity type of this cube run detail: build (value=2). |
| Constructor Summary | |
|---|---|
CRDRunDetail(CRDInfoKey crdKey,
short activityType,
long start,
long end,
boolean success)
|
|
| Method Summary | |
|---|---|
short |
getActivityType()
get activity type of this cube run detail. |
CRDInfoKey |
getCRDInfoKey()
get cube key of this cube run detail |
long |
getEndTime()
get end time of this cube run. |
long |
getStartTime()
get start time of this cube run. |
boolean |
isSuccess()
get the activity is successful or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short ACTIVITY_BUILD
public static final short ACTIVITY_UPDATE
| Constructor Detail |
|---|
public CRDRunDetail(CRDInfoKey crdKey,
short activityType,
long start,
long end,
boolean success)
| Method Detail |
|---|
public CRDInfoKey getCRDInfoKey()
public short getActivityType()
ACTIVITY_BUILD or ACTIVITY_UPDATE.public long getStartTime()
public long getEndTime()
public boolean isSuccess()
true means success.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||