Class

agni.twitter.util

Future

Related Doc: package util

Permalink

abstract class Future extends Agni[com.twitter.util.Future, Throwable] with CachedPreparedStatementWithGuava

Linear Supertypes
CachedPreparedStatementWithGuava, CachedPreparedStatement[Cache], GetPreparedStatement, Agni[com.twitter.util.Future, Throwable], Functions[com.twitter.util.Future], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Future
  2. CachedPreparedStatementWithGuava
  3. CachedPreparedStatement
  4. GetPreparedStatement
  5. Agni
  6. Functions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Future()(implicit _cache: Cache[String, PreparedStatement])

    Permalink

Type Members

  1. type Action[A] = Kleisli[com.twitter.util.Future, Session, A]

    Permalink
    Definition Classes
    Functions
  2. type P[A] = Promise[Iterator[Result[A]]]

    Permalink
  3. implicit class ResultSetFuture0 extends AnyRef

    Permalink
    Definition Classes
    Functions
    Annotations
    @Deprecated

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val F: MonadError[com.twitter.util.Future, Throwable]

    Permalink
    Definition Classes
    Future → Agni
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val batchOn: Action[BatchStatement]

    Permalink
    Definition Classes
    Agni
  7. def bind[A](a: A)(implicit A: Binder[A]): Kleisli[com.twitter.util.Future, PreparedStatement, BoundStatement]

    Permalink
    Definition Classes
    Agni
  8. def bind[A](pstmt: PreparedStatement, a: A)(implicit A: Binder[A]): Action[BoundStatement]

    Permalink
    Definition Classes
    Agni
  9. def bind[A](bstmt: BatchStatement, pstmt: PreparedStatement, a: A)(implicit A: Binder[A]): Action[Unit]

    Permalink
    Definition Classes
    Agni
  10. val bind: Kleisli[com.twitter.util.Future, PreparedStatement, BoundStatement]

    Permalink
    Definition Classes
    Agni
  11. val cache: Cache[String, PreparedStatement]

    Permalink
    Attributes
    protected
    Definition Classes
    Future → CachedPreparedStatementWithGuava → CachedPreparedStatement
  12. def clear(): Unit

    Permalink
    Definition Classes
    CachedPreparedStatementWithGuava → CachedPreparedStatement
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def execute[A](stmt: Statement)(implicit arg0: RowDecoder[A], ev: <:<[Throwable, Throwable]): Action[Iterator[Result[A]]]

    Permalink
    Definition Classes
    Agni
    Annotations
    @Deprecated
  17. def execute[A](query: String)(implicit arg0: RowDecoder[A], ev: <:<[Throwable, Throwable]): Action[Iterator[Result[A]]]

    Permalink
    Definition Classes
    Agni
    Annotations
    @Deprecated
  18. def executeAsync[A](query: Statement)(implicit arg0: RowDecoder[A], ex: Executor): Action[Iterator[Result[A]]]

    Permalink
    Annotations
    @Deprecated
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def get[A](stmt: Statement)(implicit A: Get[A], ev: <:<[Throwable, Throwable]): Action[A]

    Permalink
    Definition Classes
    Agni
  21. def get[A](query: String)(implicit A: Get[A], ev: <:<[Throwable, Throwable]): Action[A]

    Permalink
    Definition Classes
    Agni
  22. def getAsync[A](stmt: Statement)(implicit ex: Executor, A: Get[A]): Action[A]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getPrepared(session: Session, stmt: RegularStatement): PreparedStatement

    Permalink
    Definition Classes
    CachedPreparedStatementWithGuava → CachedPreparedStatement → GetPreparedStatement
  25. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  27. def lift[A](a: A): Action[A]

    Permalink
    Definition Classes
    Agni
    Annotations
    @Deprecated
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def prepare(stmt: RegularStatement)(implicit ev: <:<[Throwable, Throwable]): Action[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  32. def prepare(q: String)(implicit ev: <:<[Throwable, Throwable]): Action[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  33. def pure[A](a: A): Action[A]

    Permalink
    Definition Classes
    Agni
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withSession[A](f: (Session) ⇒ com.twitter.util.Future[A]): Action[A]

    Permalink
    Definition Classes
    Functions

Inherited from CachedPreparedStatementWithGuava

Inherited from CachedPreparedStatement[Cache]

Inherited from GetPreparedStatement

Inherited from Agni[com.twitter.util.Future, Throwable]

Inherited from Functions[com.twitter.util.Future]

Inherited from AnyRef

Inherited from Any

Ungrouped