Uses of Class
com.couchbase.analytics.client.java.ClusterOptions
Packages that use ClusterOptions
-
Uses of ClusterOptions in com.couchbase.analytics.client.java
Methods in com.couchbase.analytics.client.java that return ClusterOptionsModifier and TypeMethodDescriptionClusterOptions.deserializer(@Nullable Deserializer deserializer) Sets the default deserializer for converting query result rows into Java objects.ClusterOptions.maxRetries(@Nullable Integer maxRetries) Default retry limit for failed retriable queries.ClusterOptions.security(Consumer<SecurityOptions> optionsCustomizer) ClusterOptions.timeout(Consumer<TimeoutOptions> optionsCustomizer) Method parameters in com.couchbase.analytics.client.java with type arguments of type ClusterOptionsModifier and TypeMethodDescriptionstatic ClusterCluster.newInstance(String connectionString, Credential credential, Consumer<ClusterOptions> options)