Class Rates
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Rates
- 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 long
The count.protected Integer
The file system.protected long
The daf get duration.protected String
The daf get host.protected long
The daf size.protected String
The daf get time.protected String
The trg name.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getCount()
Gets the count.getDate()
Gets the date.Gets the file system.long
Gets the gets the duration.Gets the gets the host.long
getSize()
Gets the size.Gets the transfer group name.void
setCount
(long param) Sets the count.void
Sets the count.void
Sets the date.void
setFileSystem
(int param) Sets the file system.void
setFileSystem
(Integer param) Sets the file system.void
setGetDuration
(long param) Sets the gets the duration.void
setGetDuration
(String param) Sets the gets the duration.void
setGetHost
(String param) Sets the gets the host.void
setSize
(long param) Sets the size.void
Sets the size.void
setTransferGroupName
(String param) Sets the transfer group name.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
-
DATE
The daf get time. -
DAF_FILE_SYSTEM
The file system. -
DAF_SIZE
protected long DAF_SIZEThe daf size. -
COUNT
protected long COUNTThe count. -
TRG_NAME
The trg name. -
DAF_GET_HOST
The daf get host. -
DAF_GET_DURATION
protected long DAF_GET_DURATIONThe daf get duration.
-
-
Constructor Details
-
Rates
public Rates()Instantiates a new statistics.
-
-
Method Details
-
setGetDuration
public void setGetDuration(long param) Sets the gets the duration.- Parameters:
param
- the new gets the duration
-
setGetDuration
Sets the gets the duration.- Parameters:
param
- the new gets the duration
-
getGetDuration
public long getGetDuration()Gets the gets the duration.- Returns:
- the gets the duration
-
getGetHost
-
setGetHost
Sets the gets the host.- Parameters:
param
- the new gets the host
-
getTransferGroupName
-
setTransferGroupName
Sets the transfer group name.- Parameters:
param
- the new transfer group name
-
getFileSystem
-
setFileSystem
Sets the file system.- Parameters:
param
- the new file system
-
setFileSystem
public void setFileSystem(int param) Sets the file system.- Parameters:
param
- the new file system
-
getSize
public long getSize()Gets the size.- Returns:
- the size
-
setSize
public void setSize(long param) Sets the size.- Parameters:
param
- the new size
-
setSize
-
getCount
public long getCount()Gets the count.- Returns:
- the count
-
setCount
public void setCount(long param) Sets the count.- Parameters:
param
- the new count
-
setCount
-
getDate
-
setDate
-