|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSJobRunProperties
Run related job properties
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
int |
getAuxiliaryIORequests()
Get the auxiliary IO requests |
int |
getCPUTimeUsed()
Get the CPU time used |
int |
getDefaultWaitTime()
Get the default wait time |
int |
getInteractiveTransactions()
Get the number of interactive transactions |
int |
getMaxCPUTime()
Get the max CPU time |
int |
getMaxTempStorage()
Get the max temp storage |
int |
getRunPriority()
Get the run priority |
int |
getTempStorageUsed()
Get the used temp storage size |
int |
getThreadCount()
Get the thread count |
int |
getTimeSlice()
Get the time slice |
int |
getTotalResponseTime()
Get the total response time |
boolean |
isEligbleForPurge()
Is job eligible for purge |
void |
setAuxiliaryIORequests(int count)
Set the auxiliary IO requests |
void |
setCPUTimeUsed(int time)
Set the CPU time used. |
void |
setDefaultWiatTime(int wait)
Set the default wait time |
void |
setEligibleForPurge(boolean eligible)
Set is eligible for purge |
void |
setInteractiveTransactions(int count)
Set the interactive transactions |
void |
setMaxCPUTime(int time)
Set the max CPU time |
void |
setMaxTempStorage(int max)
Set the max temp storage |
void |
setRunPriority(int priority)
Set the run priority |
void |
setTempStorageUsed(int used)
Set the temp storage used |
void |
setThreadCount(int count)
Set the thread count |
void |
setTimeSlice(int slice)
Set the time slice |
void |
setTotalResponseTime(int time)
Set the total response time |
Field Detail |
---|
static final String copyright
Method Detail |
---|
int getRunPriority()
void setRunPriority(int priority)
int getTimeSlice()
void setTimeSlice(int slice)
boolean isEligbleForPurge()
void setEligibleForPurge(boolean eligible)
int getDefaultWaitTime()
void setDefaultWiatTime(int wait)
int getMaxCPUTime()
void setMaxCPUTime(int time)
int getCPUTimeUsed()
void setCPUTimeUsed(int time)
int getMaxTempStorage()
void setMaxTempStorage(int max)
int getTempStorageUsed()
void setTempStorageUsed(int used)
int getThreadCount()
void setThreadCount(int count)
int getAuxiliaryIORequests()
void setAuxiliaryIORequests(int count)
int getInteractiveTransactions()
void setInteractiveTransactions(int count)
int getTotalResponseTime()
void setTotalResponseTime(int time)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |