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, typepublic NetworkLatencyMetricsEvent(Map<NetworkLatencyMetricsIdentifier,LatencyMetric> latencies)
public Map<String,Object> toMap()
CouchbaseEventConverts the event into a map representation of simple types.
public String toString()
toString in class LatencyMetricsEvent<NetworkLatencyMetricsIdentifier>Copyright © 2016 Couchbase, Inc.. All rights reserved.