Package

com.twitter.finagle.postgres

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregatingAuthData(statuses: Map[String, String], processId: Int, secretKey: Int) extends State with Product with Serializable

    Permalink
  2. case class AwaitRowDescription(types: Array[Int]) extends ExtendedQueryState with Product with Serializable

    Permalink
  3. class Connection extends AnyRef

    Permalink
  4. class ConnectionStateMachine extends StateMachine[Message, PgResponse, State]

    Permalink
  5. case class EmitOnReadyForQuery[R <: PgResponse](emit: TransitionResult[R]) extends ExtendedQueryState with Product with Serializable

    Permalink
  6. sealed trait ExtendedQueryState extends State

    Permalink
  7. sealed trait State extends AnyRef

    Permalink
  8. trait StateMachine[E, R, S] extends AnyRef

    Permalink
  9. case class StreamRows(complete: Promise[Unit], extended: Boolean, nextRow: Promise[AsyncStream[DataRow]] = new Promise) extends ExtendedQueryState with Product with Serializable

    Permalink
  10. case class WrongStateForEvent[E, S](event: E, state: S) extends IllegalStateException with Product with Serializable

    Permalink

Ungrouped