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.

  1. 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.

  2. setAuthentication :: [Authenticator] -> Settings -> Settings

    cql-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.

  3. setCompression :: Compression -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the compression to use for frame body compression.

  4. setConnectTimeout :: NominalDiffTime -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the connect timeout of a connection.

  5. setConsistency :: Consistency -> BatchM ()

    cql-io Database.CQL.IO

    Set Batch consistency level.

  6. setContacts :: String -> [String] -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the initial contact points (hosts) from which node discovery will start.

  7. setIdleTimeout :: NominalDiffTime -> Settings -> Settings

    cql-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.

  8. setKeyspace :: Keyspace -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the default keyspace to use. Every new connection will be initialised to use this keyspace.

  9. setLogger :: Logger -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the Logger to use for processing log messages emitted by the client.

  10. setMaxConnections :: Int -> Settings -> Settings

    cql-io Database.CQL.IO

    Maximum connections per pool stripe.

Page 773 of many | Previous | Next