Class SchedulerValue
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.SchedulerValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The hos name.protected Host
The host.protected boolean
The scv has requeued.protected int
The scv id.protected Long
The scv last transfer ko.protected Long
The scv last transfer ok.protected BigDecimal
The scv reset time.protected int
The 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 TypeMethodDescriptionboolean
Equals.boolean
Gets the checks for requeued.getHost()
Gets the host.Gets the host name.int
getId()
Gets the id.Gets the last transfer ko.long
getLastTransferKo
(long defaultValue) Gets the last transfer ko.Gets the last transfer ok.long
getLastTransferOk
(long defaultValue) Gets the last transfer ok.Gets the reset time.int
Gets the start count.int
hashCode()
Hash code.void
setHasRequeued
(boolean param) Sets the checks for requeued.void
setHasRequeued
(String param) Sets the checks for requeued.void
Sets the host.void
setHostName
(String param) Sets the host name.void
setId
(int param) Sets the id.void
Sets the id.void
setLastTransferKo
(long param) Sets the last transfer ko.void
setLastTransferKo
(Long param) Sets the last transfer ko.void
setLastTransferOk
(long param) Sets the last transfer ok.void
setLastTransferOk
(Long param) Sets the last transfer ok.void
setResetTime
(Timestamp param) Sets the reset time.void
setStartCount
(int param) Sets the start count.void
setStartCount
(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
-