Packages

case class Client(stack: Stack[ServiceFactory[PgRequest, PgResponse]] = defaultStack, params: Params = defaultParams) extends StdStackClient[PgRequest, PgResponse, Client] with WithSessionPool[Client] with WithDefaultLoadBalancer[Client] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Client
  2. Serializable
  3. Product
  4. Equals
  5. WithDefaultLoadBalancer
  6. WithSessionPool
  7. StdStackClient
  8. EndpointerStackClient
  9. WithSessionQualifier
  10. WithClientSession
  11. WithClientTransport
  12. WithClientAdmissionControl
  13. ClientParams
  14. CommonParams
  15. StackClient
  16. StackBasedClient
  17. Transformable
  18. Parameterized
  19. Client
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Client(stack: Stack[ServiceFactory[PgRequest, PgResponse]] = defaultStack, params: Params = defaultParams)

Type Members

  1. type Context = TransportContext
    Definition Classes
    Client → StdStackClient
  2. type In = PgRequest
    Definition Classes
    Client → StdStackClient
  3. type Out = PgResponse
    Definition Classes
    Client → StdStackClient

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def conditionally(bool: Boolean, conf: (Client) => Client): Client
  7. def configured[P](psp: (P, Param[P])): Client
    Definition Classes
    EndpointerStackClient → StackClient → Parameterized
  8. def configured[P](p: P)(implicit arg0: Param[P]): Client
    Definition Classes
    EndpointerStackClient → StackClient → Parameterized
  9. def configuredParams(newParams: Params): Client
    Definition Classes
    EndpointerStackClient → StackClient → Parameterized
  10. def copy1(stack: Stack[ServiceFactory[PgRequest, PgResponse]], params: Params): Client { ... /* 2 definitions in type refinement */ }
    Attributes
    protected
    Definition Classes
    Client → StdStackClient → EndpointerStackClient
  11. def database(database: String): Client
  12. def dest(name: Name): Client
  13. def dest(addr: String): Client
  14. final def endpointer: Stackable[ServiceFactory[PgRequest, PgResponse]]
    Attributes
    protected
    Definition Classes
    StdStackClient → EndpointerStackClient
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def filtered(filter: Filter[PgRequest, PgResponse, PgRequest, PgResponse]): Client
    Definition Classes
    EndpointerStackClient
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def injectors: Seq[ClientParamsInjector]
    Attributes
    protected
    Definition Classes
    EndpointerStackClient
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newClient(dest: Name, label0: String): ServiceFactory[PgRequest, PgResponse]
    Definition Classes
    EndpointerStackClient → Client
  22. final def newClient(dest: String, label: String): ServiceFactory[PgRequest, PgResponse]
    Definition Classes
    Client
  23. final def newClient(dest: String): ServiceFactory[PgRequest, PgResponse]
    Definition Classes
    Client
  24. def newDispatcher(transport: Transport[In, Out] { type Context <: Client.this.Context }): Service[PgRequest, PgResponse]
    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  25. def newRichClient(addr: Name): PostgresClientImpl
  26. def newRichClient(addr: String): PostgresClientImpl
  27. def newRichClient(): PostgresClientImpl
  28. def newService(dest: Name, label: String): Service[PgRequest, PgResponse]
    Definition Classes
    EndpointerStackClient → Client
  29. final def newService(dest: String, label: String): Service[PgRequest, PgResponse]
    Definition Classes
    Client
  30. final def newService(dest: String): Service[PgRequest, PgResponse]
    Definition Classes
    Client
  31. def newTransporter(addr: SocketAddress): Transporter[In, Out, Context]
    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val params: Params
    Definition Classes
    Client → StackClient → Parameterized
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. final def registerTransporter(transporterName: String): Unit
    Attributes
    protected
    Definition Classes
    StackClient
  37. val stack: Stack[ServiceFactory[PgRequest, PgResponse]]
    Definition Classes
    Client → StackClient
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def transformed(t: Transformer): StackClient[PgRequest, PgResponse]
    Definition Classes
    StackClient → Transformable
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. val withAdmissionControl: ClientAdmissionControlParams[Client]
    Definition Classes
    WithClientAdmissionControl
  44. def withBinaryParams(enable: Boolean = true): Client
  45. def withBinaryResults(enable: Boolean = true): Client
  46. def withCredentials(user: String): Client
  47. def withCredentials(user: String, password: String): Client
  48. def withCredentials(user: String, password: Option[String]): Client
  49. def withCustomReceiveFunctions(receiveFunctions: PartialFunction[String, ValueDecoder[_]]): Client
  50. def withCustomTypes(customTypes: Map[Int, TypeSpecifier]): Client
  51. def withDefaultTypes(): Client
  52. def withExceptionStatsHandler(exceptionStatsHandler: ExceptionStatsHandler): Client
    Definition Classes
    CommonParams
  53. def withExecutionOffloaded(executor: ExecutorService): Client
    Definition Classes
    CommonParams
  54. def withExecutionOffloaded(pool: FuturePool): Client
    Definition Classes
    CommonParams
  55. def withLabel(label: String): Client
    Definition Classes
    CommonParams
  56. def withLabels(keywords: String*): Client
    Definition Classes
    CommonParams
  57. val withLoadBalancer: DefaultLoadBalancingParams[Client]
    Definition Classes
    WithDefaultLoadBalancer
  58. def withMonitor(monitor: Monitor): Client
    Definition Classes
    CommonParams
  59. def withParams(params: Params): Client
    Definition Classes
    EndpointerStackClient → StackClient → Parameterized
  60. def withRequestTimeout(timeout: Tunable[Duration]): Client
    Definition Classes
    CommonParams
  61. def withRequestTimeout(timeout: Duration): Client
    Definition Classes
    CommonParams
  62. def withResponseClassifier(responseClassifier: ResponseClassifier): Client
    Definition Classes
    CommonParams
  63. def withRetryBackoff(backoff: Backoff): Client
    Definition Classes
    ClientParams
  64. def withRetryBudget(budget: RetryBudget): Client
    Definition Classes
    ClientParams
  65. def withRetryPolicy(policy: RetryPolicy[Try[Nothing]]): Client
  66. val withSession: ClientSessionParams[Client]
    Definition Classes
    WithClientSession
  67. val withSessionPool: SessionPoolingParams[Client]
    Definition Classes
    WithSessionPool
  68. val withSessionQualifier: SessionQualificationParams[Client]
    Definition Classes
    WithSessionQualifier
  69. def withStack(fn: (Stack[ServiceFactory[PgRequest, PgResponse]]) => Stack[ServiceFactory[PgRequest, PgResponse]]): Client
    Definition Classes
    EndpointerStackClient → StackClient
  70. def withStack(stack: Stack[ServiceFactory[PgRequest, PgResponse]]): Client
    Definition Classes
    EndpointerStackClient → StackClient
  71. def withStatsReceiver(statsReceiver: StatsReceiver): Client
    Definition Classes
    CommonParams
  72. def withTracer(tracer: Tracer): Client
    Definition Classes
    CommonParams
  73. val withTransport: ClientTransportParams[Client]
    Definition Classes
    WithClientTransport

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def transformed(f: (Stack[ServiceFactory[PgRequest, PgResponse]]) => Stack[ServiceFactory[PgRequest, PgResponse]]): Client
    Definition Classes
    EndpointerStackClient
    Annotations
    @deprecated
    Deprecated

    (Since version 2018-10-30) Use withStack(Stack[ServiceFactory[Req, Rep]] => Stack[ServiceFactory[Req, Rep]]) instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithSessionPool[Client]

Inherited from WithClientSession[Client]

Inherited from WithClientTransport[Client]

Inherited from ClientParams[Client]

Inherited from CommonParams[Client]

Inherited from Transformable[StackClient[PgRequest, PgResponse]]

Inherited from Parameterized[Client]

Inherited from AnyRef

Inherited from Any

Ungrouped