Class/Object

io.rdbc.pgsql.transport.netty

NettyPgConnFactoryConfig

Related Docs: object NettyPgConnFactoryConfig | package netty

Permalink

case class NettyPgConnFactoryConfig(address: InetSocketAddress, dbRole: String, dbName: String, authenticator: Authenticator, maxBatchSize: Long, stmtCacheConfig: StmtCacheConfig, typeConvertersProviders: ImmutSeq[TypeConvertersProvider], pgTypesProviders: ImmutSeq[PgTypesProvider], msgDecoderFactory: DecoderFactory, msgEncoderFactory: EncoderFactory, writeTimeout: FiniteDuration, channelFactory: ChannelFactory[_ <: Channel], eventLoopGroup: EventLoopGroup, channelOptions: ImmutSeq[ChannelOptionValue[_]], actorSystemConfig: Config, actorMaterializerSettings: ActorMaterializerSettings, lockFactory: LockFactory, ec: ExecutionContext) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NettyPgConnFactoryConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NettyPgConnFactoryConfig(address: InetSocketAddress, dbRole: String, dbName: String, authenticator: Authenticator, maxBatchSize: Long, stmtCacheConfig: StmtCacheConfig, typeConvertersProviders: ImmutSeq[TypeConvertersProvider], pgTypesProviders: ImmutSeq[PgTypesProvider], msgDecoderFactory: DecoderFactory, msgEncoderFactory: EncoderFactory, writeTimeout: FiniteDuration, channelFactory: ChannelFactory[_ <: Channel], eventLoopGroup: EventLoopGroup, channelOptions: ImmutSeq[ChannelOptionValue[_]], actorSystemConfig: Config, actorMaterializerSettings: ActorMaterializerSettings, lockFactory: LockFactory, ec: ExecutionContext)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to any2stringadd[NettyPgConnFactoryConfig] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NettyPgConnFactoryConfig, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to ArrowAssoc[NettyPgConnFactoryConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val actorMaterializerSettings: ActorMaterializerSettings

    Permalink
  7. val actorSystemConfig: Config

    Permalink
  8. val address: InetSocketAddress

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val authenticator: Authenticator

    Permalink
  11. val channelFactory: ChannelFactory[_ <: Channel]

    Permalink
  12. val channelOptions: ImmutSeq[ChannelOptionValue[_]]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val dbName: String

    Permalink
  15. val dbRole: String

    Permalink
  16. val ec: ExecutionContext

    Permalink
  17. def ensuring(cond: (NettyPgConnFactoryConfig) ⇒ Boolean, msg: ⇒ Any): NettyPgConnFactoryConfig

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to Ensuring[NettyPgConnFactoryConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (NettyPgConnFactoryConfig) ⇒ Boolean): NettyPgConnFactoryConfig

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to Ensuring[NettyPgConnFactoryConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): NettyPgConnFactoryConfig

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to Ensuring[NettyPgConnFactoryConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): NettyPgConnFactoryConfig

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to Ensuring[NettyPgConnFactoryConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. val eventLoopGroup: EventLoopGroup

    Permalink
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to StringFormat[NettyPgConnFactoryConfig] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val lockFactory: LockFactory

    Permalink
  28. val maxBatchSize: Long

    Permalink
  29. val msgDecoderFactory: DecoderFactory

    Permalink
  30. val msgEncoderFactory: EncoderFactory

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val pgTypesProviders: ImmutSeq[PgTypesProvider]

    Permalink
  35. val stmtCacheConfig: StmtCacheConfig

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. val typeConvertersProviders: ImmutSeq[TypeConvertersProvider]

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withChannelOption[A](channelOption: ChannelOption[A], value: A): NettyPgConnFactoryConfig

    Permalink
  42. def withHost(host: String): NettyPgConnFactoryConfig

    Permalink
  43. def withPgTypesProvider[A](pgTypesProvider: PgTypesProvider): NettyPgConnFactoryConfig

    Permalink
  44. def withPort(port: Int): NettyPgConnFactoryConfig

    Permalink
  45. def withTypeConvertersProvider[A](typeConvertersProvider: TypeConvertersProvider): NettyPgConnFactoryConfig

    Permalink
  46. def withUserPassAuth(user: String, password: String): NettyPgConnFactoryConfig

    Permalink
  47. val writeTimeout: FiniteDuration

    Permalink
  48. def [B](y: B): (NettyPgConnFactoryConfig, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NettyPgConnFactoryConfig to ArrowAssoc[NettyPgConnFactoryConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NettyPgConnFactoryConfig to any2stringadd[NettyPgConnFactoryConfig]

Inherited by implicit conversion StringFormat from NettyPgConnFactoryConfig to StringFormat[NettyPgConnFactoryConfig]

Inherited by implicit conversion Ensuring from NettyPgConnFactoryConfig to Ensuring[NettyPgConnFactoryConfig]

Inherited by implicit conversion ArrowAssoc from NettyPgConnFactoryConfig to ArrowAssoc[NettyPgConnFactoryConfig]

Ungrouped