Uses of Class
com.couchbase.client.java.diagnostics.PingOptions
Packages that use PingOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of PingOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type PingOptionsModifier and TypeMethodDescriptionCompletableFuture<com.couchbase.client.core.diagnostics.PingResult>
AsyncBucket.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.CompletableFuture<com.couchbase.client.core.diagnostics.PingResult>
AsyncCluster.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.com.couchbase.client.core.diagnostics.PingResult
Bucket.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.com.couchbase.client.core.diagnostics.PingResult
Cluster.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.Mono<com.couchbase.client.core.diagnostics.PingResult>
ReactiveBucket.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.Mono<com.couchbase.client.core.diagnostics.PingResult>
ReactiveCluster.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster. -
Uses of PingOptions in com.couchbase.client.java.diagnostics
Methods in com.couchbase.client.java.diagnostics that return PingOptionsModifier and TypeMethodDescriptionstatic PingOptions
PingOptions.pingOptions()
Creates a new set ofPingOptions
.Sets a custom report ID that will be used in the report.PingOptions.retryStrategy
(com.couchbase.client.core.retry.RetryStrategy retryStrategy) Specifies a customRetryStrategy
for this operation.PingOptions.serviceTypes
(com.couchbase.client.core.service.ServiceType... serviceTypes) Allows to customize the set of services to ping.PingOptions.serviceTypes
(Set<com.couchbase.client.core.service.ServiceType> serviceTypes) Allows to customize the set of services to ping.Specifies a custom per-operation timeout.