public class QueueTimeSample extends Object
Modifier and Type | Field and Description |
---|---|
long |
timestamp
Unix-timestamp in milliseconds, recorded at client side.
|
double |
value
Observed value.
|
Constructor and Description |
---|
QueueTimeSample(long timestamp,
double value) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.