public class NetworkLatencyMetricsEvent extends LatencyMetricsEvent<NetworkLatencyMetricsIdentifier>
This event represents network latencies captured in the core layer.
Constructor and Description |
---|
NetworkLatencyMetricsEvent(Map<NetworkLatencyMetricsIdentifier,LatencyMetric> latencies) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Converts the event into a map representation of simple types.
|
String |
toString() |
latencies, type
public NetworkLatencyMetricsEvent(Map<NetworkLatencyMetricsIdentifier,LatencyMetric> latencies)
public Map<String,Object> toMap()
CouchbaseEvent
Converts the event into a map representation of simple types.
public String toString()
toString
in class LatencyMetricsEvent<NetworkLatencyMetricsIdentifier>
Copyright © 2017 Couchbase, Inc.. All rights reserved.