Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setVerbosityLevel :: Verbosity -> Program τ ()core-program Core.Program.Execute Change the verbosity level of the program's logging output. This changes whether info and the debug family of functions emit to the logging stream; they do not affect writeing to the terminal on the standard output stream.
setAuthentication :: [Authenticator] -> Settings -> Settingscql-io Database.CQL.IO Set the supported authentication mechanisms. When a Cassandra server requests authentication on a connection, it specifies the requested AuthMechanism. The client Authenticator is chosen based that name. If no authenticator with a matching name is configured, an AuthenticationError is thrown.
setCompression :: Compression -> Settings -> Settingscql-io Database.CQL.IO Set the compression to use for frame body compression.
setConnectTimeout :: NominalDiffTime -> Settings -> Settingscql-io Database.CQL.IO Set the connect timeout of a connection.
setConsistency :: Consistency -> BatchM ()cql-io Database.CQL.IO Set Batch consistency level.
setContacts :: String -> [String] -> Settings -> Settingscql-io Database.CQL.IO Set the initial contact points (hosts) from which node discovery will start.
setIdleTimeout :: NominalDiffTime -> Settings -> Settingscql-io Database.CQL.IO Set the connection idle timeout. Connections in a pool will be closed if not in use for longer than this timeout.
setKeyspace :: Keyspace -> Settings -> Settingscql-io Database.CQL.IO Set the default keyspace to use. Every new connection will be initialised to use this keyspace.
setLogger :: Logger -> Settings -> Settingscql-io Database.CQL.IO Set the Logger to use for processing log messages emitted by the client.
setMaxConnections :: Int -> Settings -> Settingscql-io Database.CQL.IO Maximum connections per pool stripe.