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.javaMethods in com.couchbase.client.java with parameters of type PingOptionsModifier and TypeMethodDescriptionAsyncBucket.ping(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.AsyncCluster.ping(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.Bucket.ping(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.Cluster.ping(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.reactor.core.publisher.Mono<PingResult> ReactiveBucket.ping(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.reactor.core.publisher.Mono<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.diagnosticsMethods in com.couchbase.client.java.diagnostics that return PingOptionsModifier and TypeMethodDescriptionstatic PingOptionsPingOptions.pingOptions()Creates a new set ofPingOptions.Sets a custom report ID that will be used in the report.PingOptions.retryStrategy(RetryStrategy retryStrategy) Specifies a customRetryStrategyfor this operation.PingOptions.serviceTypes(ServiceType... serviceTypes) Allows to customize the set of services to ping.PingOptions.serviceTypes(Set<ServiceType> serviceTypes) Allows to customize the set of services to ping.Specifies a custom per-operation timeout.