Class ConnectionMetrics
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.ConnectionMetrics
-
public class ConnectionMetrics extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDurationMillis()Collection<EndpointConnectionMetrics>getMetrics()longgetTotalConnectionAttempts()
-
-
-
Method Detail
-
getDurationMillis
public long getDurationMillis()
-
getTotalConnectionAttempts
public long getTotalConnectionAttempts()
-
getMetrics
public Collection<EndpointConnectionMetrics> getMetrics()
-
-