Class EndpointPingReport
java.lang.Object
com.couchbase.client.core.diagnostics.EndpointPingReport
public class EndpointPingReport extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)Optional<String>error()The reason this ping did not succeed.inthashCode()Stringid()The ID for this endpoint.Durationlatency()The latency of this ping.Stringlocal()The local socket address for this endpoint.Optional<String>namespace()The namespace of this endpoint (likely the bucket name if present).Stringremote()The remote socket address for this endpoint.PingStatestate()The state of this ping when assembling the report.StringtoString()ServiceTypetype()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()
-