-
- All Implemented Interfaces:
-
com.datadog.trace.bootstrap.instrumentation.api.InboxItem
public class StatsPoint implements InboxItem
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>edgeTagsprivate final longhashprivate final longparentHashprivate final longtimestampNanosprivate final longpathwayLatencyNanoprivate final longedgeLatencyNanoprivate final longpayloadSizeBytes
-
Constructor Summary
Constructors Constructor Description StatsPoint(List<String> edgeTags, long hash, long parentHash, long timestampNanos, long pathwayLatencyNano, long edgeLatencyNano, long payloadSizeBytes)
-
Method Summary
Modifier and Type Method Description List<String>getEdgeTags()longgetHash()longgetParentHash()longgetTimestampNanos()longgetPathwayLatencyNano()longgetEdgeLatencyNano()longgetPayloadSizeBytes()StringtoString()-
-
Method Detail
-
getEdgeTags
List<String> getEdgeTags()
-
getHash
long getHash()
-
getParentHash
long getParentHash()
-
getTimestampNanos
long getTimestampNanos()
-
getPathwayLatencyNano
long getPathwayLatencyNano()
-
getEdgeLatencyNano
long getEdgeLatencyNano()
-
getPayloadSizeBytes
long getPayloadSizeBytes()
-
-
-
-