Package

com.twitter.finagle.postgres

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateRows(fields: Array[Field], buff: ListBuffer[DataRow] = ListBuffer()) extends ExtendedQueryState with Product with Serializable

    Permalink
  2. case class AggregateRowsWithoutFields(buff: ListBuffer[DataRow] = ListBuffer()) extends ExtendedQueryState with Product with Serializable

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

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

    Permalink
  5. class Connection extends AnyRef

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

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

    Permalink
  8. sealed trait ExtendedQueryState extends State

    Permalink
  9. sealed trait State extends AnyRef

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

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

    Permalink

Ungrouped