public class ContainerRuntimeData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ContainerName |
name()
Gets the CLARA canonical name.
|
long |
numRequests()
Gets the sum of all requests received by all the services running in the
container.
|
java.util.Set<ServiceRuntimeData> |
services()
Gets the runtime report of all the services running on the container.
|
java.time.LocalDateTime |
snapshotTime()
Gets the local time when the runtime data was collected.
|
public ContainerName name()
public java.time.LocalDateTime snapshotTime()
public long numRequests()
public java.util.Set<ServiceRuntimeData> services()