com.twitter.storehaus

mysql

package mysql

Visibility
  1. Public
  2. All

Type Members

  1. class MergeableMySqlStore[V] extends ConvertedStore[MySqlValue, MySqlValue, MySqlValue, V] with MergeableStore[MySqlValue, V]

    Mergeable MySQL store that performs merge inside a transaction.

  2. class MySqlLongStore extends MergeableMySqlStore[Long]

    MySQL store for Long values

  3. class MySqlStore extends Store[MySqlValue, MySqlValue]

    Simple storehaus wrapper over finagle-mysql.

  4. class MySqlValue extends AnyRef

    Wraps finagle-mysql Value ADT.

Value Members

  1. object LongMySqlInjection extends Injection[Long, MySqlValue]

  2. object MySqlCbInjection extends Injection[MySqlValue, ChannelBuffer]

    Injection from MySqlValue to ChannelBuffer.

  3. object MySqlLongStore

    Factory for com.twitter.storehaus.mysql.MySqlLongStore instances.

  4. object MySqlStore

    Factory for com.twitter.storehaus.mysql.MySqlStore instances.

  5. object MySqlStringInjection extends Injection[MySqlValue, String]

    Injection from MySqlValue to String.

  6. object MySqlValue

    Factory for com.twitter.storehaus.mysql.MySqlValue instances.

  7. object ValueMapper

    Helper class for mapping finagle-mysql Values to types we care about.

Ungrouped