Uses of Class
com.couchbase.columnar.client.java.ClusterOptions
Packages that use ClusterOptions
-
Uses of ClusterOptions in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return ClusterOptionsModifier and TypeMethodDescriptionClusterOptions.deserializer(@Nullable Deserializer deserializer) Sets the default deserializer for converting query result rows into Java objects.ClusterOptions.security(Consumer<SecurityOptions> optionsCustomizer) ClusterOptions.srv(boolean useDnsSrv) Specifies whether the SDK should treat the connection string address as a DNS SRV record.ClusterOptions.timeout(Consumer<TimeoutOptions> optionsCustomizer) Method parameters in com.couchbase.columnar.client.java with type arguments of type ClusterOptionsModifier and TypeMethodDescriptionstatic ClusterCluster.newInstance(String connectionString, Credential credential, Consumer<ClusterOptions> optionsCustomizer) Returns a new instance, with options customized by theoptionsCustomizercallback.