Class DestinationExt
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Destination
ecmwf.common.database.DestinationExt
- All Implemented Interfaces:
Serializable
,Cloneable
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Timestamp
The min queue time.protected int
The pending transfers count.Fields inherited from class ecmwf.common.database.Destination
COU_ISO, country, DES_ACQUISITION, DES_ACTIVE, DES_BACKUP, DES_COMMENT, DES_DATA, DES_DATE_FORMAT, DES_FILTER_NAME, DES_GROUPBY_DATE, DES_IF_TARGET_EXIST, DES_KEEP_IN_SPOOL, DES_MAIL_ON_END, DES_MAIL_ON_ERROR, DES_MAIL_ON_START, DES_MAX_CONNECTIONS, DES_MAX_FILE_SIZE, DES_MAX_INACTIVITY, DES_MAX_PENDING, DES_MAX_REQUEUE, DES_MAX_START, DES_MONITOR, DES_NAME, DES_ON_HOST_FAILURE, DES_RESET_FREQUENCY, DES_RETRY_COUNT, DES_RETRY_FREQUENCY, DES_START_FREQUENCY, DES_STOP_IF_DIRTY, DES_TRANSFER_RATE, DES_TYPE, DES_UPDATE, DES_USER_MAIL, DES_USER_STATUS, ECU_NAME, ecuser, HOS_NAME_FOR_SOURCE, hostForSource, schedulerValue, SCV_ID, STA_CODE, transferGroup, TRG_NAME
Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new destination ext.DestinationExt
(String name) Instantiates a new destination ext. -
Method Summary
Modifier and TypeMethodDescriptionGets the min queue time.int
Gets the pending transfer count.Methods inherited from class ecmwf.common.database.Destination
equals, getAcquisition, getActive, getBackup, getComment, getCountry, getCountryIso, getData, getDateFormat, getECUser, getECUserName, getFilterName, getGroupByDate, getHostForSource, getHostForSourceName, getIfTargetExist, getKeepInSpool, getMailOnEnd, getMailOnError, getMailOnStart, getMaxConnections, getMaxFileSize, getMaxInactivity, getMaxPending, getMaxRequeue, getMaxStart, getMonitor, getName, getOnHostFailure, getResetFrequency, getRetryCount, getRetryFrequency, getSchedulerValue, getSchedulerValueId, getStartFrequency, getStatusCode, getStopIfDirty, getTransferGroup, getTransferGroupName, getTransferRate, getType, getUpdate, getUserMail, getUserStatus, hashCode, setAcquisition, setActive, setActive, setBackup, setBackup, setComment, setCountry, setCountryIso, setData, setDateFormat, setECUser, setECUserName, setFilterName, setGroupByDate, setGroupByDate, setHostForSource, setHostForSourceName, setIfTargetExist, setIfTargetExist, setKeepInSpool, setKeepInSpool, setMailOnEnd, setMailOnEnd, setMailOnError, setMailOnError, setMailOnStart, setMailOnStart, setMaxConnections, setMaxConnections, setMaxFileSize, setMaxFileSize, setMaxInactivity, setMaxInactivity, setMaxPending, setMaxPending, setMaxRequeue, setMaxRequeue, setMaxStart, setMaxStart, setMonitor, setMonitor, setName, setOnHostFailure, setOnHostFailure, setResetFrequency, setResetFrequency, setRetryCount, setRetryCount, setRetryFrequency, setRetryFrequency, setSchedulerValue, setSchedulerValueId, setSchedulerValueId, setStartFrequency, setStartFrequency, setStatusCode, setStopIfDirty, setStopIfDirty, setTransferGroup, setTransferGroupName, setTransferRate, setTransferRate, setType, setType, setUpdate, setUserMail, setUserStatus
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
-
pendingTransfersCount
protected int pendingTransfersCountThe pending transfers count. -
minQueueTime
The min queue time.
-
-
Constructor Details
-
DestinationExt
public DestinationExt()Instantiates a new destination ext. -
DestinationExt
-
-
Method Details
-
getMinQueueTime
-
getPendingTransferCount
public int getPendingTransferCount()Gets the pending transfer count.- Returns:
- the pending transfer count
-