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. setRetryPolicy :: RetryPolicy -> RetrySettings -> RetrySettings

    cql-io Database.CQL.IO

    Set the RetryPolicy to apply on retryable exceptions, which determines the number and distribution of retries over time, i.e. how retries are performed. Configuring a retry policy does not specify what errors should actually be retried. See setRetryHandlers.

  2. setRetrySettings :: RetrySettings -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the retry settings to use.

  3. setSSLContext :: SSLContext -> Settings -> Settings

    cql-io Database.CQL.IO

    Set a fully configured SSL context. This will make client server queries use TLS.

  4. setSendTimeout :: NominalDiffTime -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the send timeout of a connection. Requests exceeding the send timeout will cause the connection to be closed and fail with a ConnectionClosed exception.

  5. setSerialConsistency :: SerialConsistency -> BatchM ()

    cql-io Database.CQL.IO

    Set Batch serial consistency.

  6. setType :: BatchType -> BatchM ()

    cql-io Database.CQL.IO

    Set the type of this batch.

  7. setup :: Policy -> [Host] -> [Host] -> IO ()

    cql-io Database.CQL.IO

    Initialise the policy with two sets of hosts. The first parameter are hosts known to be available, the second are other nodes. Note that a policy may be re-initialised at any point through this function.

  8. setters :: Logistic t => t ((a -> a) -> t a -> t a)

    data-functor-logistic Data.Functor.Logistic

    No documentation available.

  9. setupCmd :: String -> [String] -> Trace ()

    debian-build Debian.Package.Build

    Call cabal library defaultMain like Setup.hs

  10. setupCmd :: String -> [String] -> Trace ()

    debian-build Debian.Package.Build.Cabal

    Call cabal library defaultMain like Setup.hs

Page 775 of many | Previous | Next