Uses of Enum
com.couchbase.client.core.util.ConnectionString.Scheme
Packages that use ConnectionString.Scheme
-
Uses of ConnectionString.Scheme in com.couchbase.client.core.api
Methods in com.couchbase.client.core.api with parameters of type ConnectionString.SchemeModifier and TypeMethodDescriptionstatic voidCoreCouchbaseOps.checkConnectionStringScheme(ConnectionString cs, ConnectionString.Scheme... validSchemes) -
Uses of ConnectionString.Scheme in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return ConnectionString.SchemeModifier and TypeMethodDescriptionConnectionString.scheme()static ConnectionString.SchemeReturns the enum constant of this type with the specified name.static ConnectionString.Scheme[]ConnectionString.Scheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.util with parameters of type ConnectionString.Scheme