Uses of Class
com.couchbase.client.java.diagnostics.PingOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of PingOptions in com.couchbase.client.java
Modifier 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.ReactiveBucket.ping
(PingOptions options) Performs application-level ping requests with custom options against services in the couchbase cluster.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
Modifier and TypeMethodDescriptionstatic PingOptions
PingOptions.pingOptions()
Creates a new set ofPingOptions
.Sets a custom report ID that will be used in the report.PingOptions.retryStrategy
(RetryStrategy retryStrategy) Specifies a customRetryStrategy
for 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.