Package com.arangodb.model
Class QueueTimeSample
- java.lang.Object
-
- com.arangodb.model.QueueTimeSample
-
public final class QueueTimeSample extends Object
Represents an observed value of the server queue latency, as returned from the "X-Arango-Queue-Time-Seconds" response header. This header contains the most recent request (de)queuing time (in seconds) as tracked by the server’s scheduler.- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description QueueTimeSample(long timestamp, double value)
-