Class SchedulerValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.SchedulerValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntegerThe hos name.protected HostThe host.protected booleanThe scv has requeued.protected intThe scv id.protected LongThe scv last transfer ko.protected LongThe scv last transfer ok.protected BigDecimalThe scv reset time.protected intThe scv start count.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new scheduler value.SchedulerValue(int id) Instantiates a new scheduler value.SchedulerValue(String id) Instantiates a new scheduler value. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.booleanGets the checks for requeued.getHost()Gets the host.Gets the host name.intgetId()Gets the id.Gets the last transfer ko.longgetLastTransferKo(long defaultValue) Gets the last transfer ko.Gets the last transfer ok.longgetLastTransferOk(long defaultValue) Gets the last transfer ok.Gets the reset time.intGets the start count.inthashCode()Hash code.voidsetHasRequeued(boolean param) Sets the checks for requeued.voidsetHasRequeued(String param) Sets the checks for requeued.voidSets the host.voidsetHostName(String param) Sets the host name.voidsetId(int param) Sets the id.voidSets the id.voidsetLastTransferKo(long param) Sets the last transfer ko.voidsetLastTransferKo(Long param) Sets the last transfer ko.voidsetLastTransferOk(long param) Sets the last transfer ok.voidsetLastTransferOk(Long param) Sets the last transfer ok.voidsetResetTime(Timestamp param) Sets the reset time.voidsetStartCount(int param) Sets the start count.voidsetStartCount(String param) Sets the start count.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
HOS_NAME
The hos name. -
SCV_HAS_REQUEUED
protected boolean SCV_HAS_REQUEUEDThe scv has requeued. -
SCV_ID
protected int SCV_IDThe scv id. -
SCV_LAST_TRANSFER_KO
The scv last transfer ko. -
SCV_LAST_TRANSFER_OK
The scv last transfer ok. -
SCV_RESET_TIME
The scv reset time. -
SCV_START_COUNT
protected int SCV_START_COUNTThe scv start count. -
host
The host.
-
-
Constructor Details
-
SchedulerValue
public SchedulerValue()Instantiates a new scheduler value. -
SchedulerValue
public SchedulerValue(int id) Instantiates a new scheduler value.- Parameters:
id- the id
-
SchedulerValue
-
-
Method Details
-
getHostName
-
setHostName
-
getHasRequeued
public boolean getHasRequeued()Gets the checks for requeued.- Returns:
- the checks for requeued
-
setHasRequeued
public void setHasRequeued(boolean param) Sets the checks for requeued.- Parameters:
param- the new checks for requeued
-
setHasRequeued
Sets the checks for requeued.- Parameters:
param- the new checks for requeued
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int param) Sets the id.- Parameters:
param- the new id
-
setId
-
getLastTransferKo
-
setLastTransferKo
Sets the last transfer ko.- Parameters:
param- the new last transfer ko
-
setLastTransferKo
public void setLastTransferKo(long param) Sets the last transfer ko.- Parameters:
param- the new last transfer ko
-
getLastTransferKo
public long getLastTransferKo(long defaultValue) Gets the last transfer ko.- Parameters:
defaultValue- the default value- Returns:
- the last transfer ko
-
getLastTransferOk
-
setLastTransferOk
Sets the last transfer ok.- Parameters:
param- the new last transfer ok
-
setLastTransferOk
public void setLastTransferOk(long param) Sets the last transfer ok.- Parameters:
param- the new last transfer ok
-
getLastTransferOk
public long getLastTransferOk(long defaultValue) Gets the last transfer ok.- Parameters:
defaultValue- the default value- Returns:
- the last transfer ok
-
getResetTime
-
setResetTime
Sets the reset time.- Parameters:
param- the new reset time
-
getStartCount
public int getStartCount()Gets the start count.- Returns:
- the start count
-
setStartCount
public void setStartCount(int param) Sets the start count.- Parameters:
param- the new start count
-
setStartCount
Sets the start count.- Parameters:
param- the new start count
-
getHost
-
setHost
-
hashCode
-
equals
-