public class StatisticsDto extends Object
Modifier and Type | Field and Description |
---|---|
TaskDto |
loadingSuperTask
Task that represents the whole loading process.
|
Long |
serverStartTimeMs
Startup time stamp of the server.
|
long |
totaldescriptorcount
Total number of descriptors exposed.
|
long |
totalmoleculecount
Total number of molecules exposed.
|
long |
uptime
Server uptime in ms.
|
String |
version
Version string.
|
Constructor and Description |
---|
StatisticsDto() |
public Long serverStartTimeMs
System.currentTimeMillis()
.public long uptime
public TaskDto loadingSuperTask
public long totalmoleculecount
public long totaldescriptorcount
public String version
OverlapVersion.overlapVersion()
.