Package | Description |
---|---|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.message.internal | |
com.couchbase.client.core.node | |
com.couchbase.client.core.service |
Modifier and Type | Method and Description |
---|---|
rx.Single<EndpointHealth> |
AbstractEndpoint.diagnostics(ServiceType type) |
rx.Single<EndpointHealth> |
Endpoint.diagnostics(ServiceType type)
Returns health information for this endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<EndpointHealth> |
DiagnosticsReport.endpoints() |
List<EndpointHealth> |
DiagnosticsReport.endpoints(ServiceType type) |
Constructor and Description |
---|
DiagnosticsReport(List<EndpointHealth> endpoints,
String sdk,
String id,
RingBufferDiagnostics ringBufferDiagnostics) |
Modifier and Type | Method and Description |
---|---|
rx.Observable<EndpointHealth> |
CouchbaseNode.diagnostics() |
rx.Observable<EndpointHealth> |
Node.diagnostics()
Returns endpoint health information for all endpoints this node is currently associated with.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<EndpointHealth> |
AbstractDynamicService.diagnostics() |
rx.Observable<EndpointHealth> |
Service.diagnostics()
Returns endpoint health information for all endpoints this service is currently associated with.
|
rx.Observable<EndpointHealth> |
PooledService.diagnostics() |
Copyright © 2021 Couchbase, Inc.. All rights reserved.