Packages

package util

Linear Supertypes
UtilCompat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. UtilCompat
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type SRV = (String, Int)

    Host/address and port

  2. type SRVRecordResolver = (ExecutionContext) => (String) => Future[Array[Record]]
  3. final class SimpleRing[T] extends AnyRef

    Note: This class is not thread-safe!

  4. type TXTResolver = (String) => Future[ListSet[String]]

Deprecated Type Members

  1. case class EitherMappableFuture[A](future: Future[A]) extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Unused: will be removed

Value Members

  1. def option[T](cond: => Boolean, value: => T): Option[T]

    Makes an option of the value matching the condition.

  2. def srvRecords(name: String)(resolver: SRVRecordResolver)(implicit ec: ExecutionContext): Future[List[(String, Int)]]

    name

    the DNS name (e.g. mycluster.mongodb.com)

    resolver

    the record resolver

  3. def txtRecords(timeout: FiniteDuration = dnsTimeout)(implicit ec: ExecutionContext): TXTResolver

    timeout

    the resolution timeout (default: 5 seconds)

Deprecated Value Members

  1. object EitherMappableFuture extends Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Unused: will be removed

  2. object ExtendedFutures
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.8) Internal: will be made private

  3. object LazyLogger
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) Internal: will be made private

Inherited from UtilCompat

Inherited from AnyRef

Inherited from Any

Ungrouped