Class EndpointPingReport
java.lang.Object
com.couchbase.client.core.diagnostics.EndpointPingReport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
error()
The reason this ping did not succeed.int
hashCode()
id()
The ID for this endpoint.latency()
The latency of this ping.local()
The local socket address for this endpoint.The namespace of this endpoint (likely the bucket name if present).remote()
The remote socket address for this endpoint.state()
The state of this ping when assembling the report.toString()
type()
The service type for this endpoint.
-
Constructor Details
-
EndpointPingReport
-
-
Method Details
-
type
The service type for this endpoint. -
id
The ID for this endpoint. -
local
The local socket address for this endpoint. -
remote
The remote socket address for this endpoint. -
state
The state of this ping when assembling the report. -
latency
The latency of this ping. -
error
The reason this ping did not succeed. -
namespace
The namespace of this endpoint (likely the bucket name if present). -
toString
-
equals
-
hashCode
public int hashCode()
-