Uses of Class
com.couchbase.client.core.message.internal.EndpointHealth
Package | Description |
---|---|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.message.internal | |
com.couchbase.client.core.node | |
com.couchbase.client.core.service |
-
Uses of EndpointHealth in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return types with arguments of type EndpointHealth Modifier and Type Method Description rx.Single<EndpointHealth>
AbstractEndpoint. diagnostics(ServiceType type)
rx.Single<EndpointHealth>
Endpoint. diagnostics(ServiceType type)
Returns health information for this endpoint. -
Uses of EndpointHealth in com.couchbase.client.core.message.internal
Methods in com.couchbase.client.core.message.internal that return types with arguments of type EndpointHealth Modifier and Type Method Description List<EndpointHealth>
DiagnosticsReport. endpoints()
List<EndpointHealth>
DiagnosticsReport. endpoints(ServiceType type)
Constructor parameters in com.couchbase.client.core.message.internal with type arguments of type EndpointHealth Constructor Description DiagnosticsReport(List<EndpointHealth> endpoints, String sdk, String id, RingBufferDiagnostics ringBufferDiagnostics)
-
Uses of EndpointHealth in com.couchbase.client.core.node
Methods in com.couchbase.client.core.node that return types with arguments of type EndpointHealth Modifier and Type Method Description rx.Observable<EndpointHealth>
CouchbaseNode. diagnostics()
rx.Observable<EndpointHealth>
Node. diagnostics()
Returns endpoint health information for all endpoints this node is currently associated with. -
Uses of EndpointHealth in com.couchbase.client.core.service
Methods in com.couchbase.client.core.service that return types with arguments of type EndpointHealth Modifier and Type Method Description rx.Observable<EndpointHealth>
AbstractDynamicService. diagnostics()
rx.Observable<EndpointHealth>
PooledService. diagnostics()
rx.Observable<EndpointHealth>
Service. diagnostics()
Returns endpoint health information for all endpoints this service is currently associated with.