Uses of Class
com.couchbase.client.core.diagnostics.EndpointPingReport
-
Packages that use EndpointPingReport Package Description com.couchbase.client.core.diagnostics -
-
Uses of EndpointPingReport in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics that return types with arguments of type EndpointPingReport Modifier and Type Method Description Map<ServiceType,List<EndpointPingReport>>
PingResult. endpoints()
Returns the diagnostic reports of each individual endpoint.Constructor parameters in com.couchbase.client.core.diagnostics with type arguments of type EndpointPingReport Constructor Description PingResult(Map<ServiceType,List<EndpointPingReport>> endpoints, String sdk, String id)
Creates the new ping report.
-