com.twitter.bijection.hbase

HBaseInjections

Related Doc: package hbase

object HBaseInjections

Source
HBaseInjections.scala
Since

9/10/13

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HBaseInjections
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. implicit lazy val bigDecimal2BytesWritableInj: Injection[BigDecimal, ImmutableBytesWritable]

  6. implicit lazy val bigdecimal2BytesInj: Injection[BigDecimal, BigDecimalBytes]

  7. implicit lazy val boolean2BytesInj: Injection[Boolean, BooleanBytes]

  8. implicit lazy val boolean2BytesWritableInj: Injection[Boolean, ImmutableBytesWritable]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit lazy val double2BytesInj: Injection[Double, DoubleBytes]

  11. implicit lazy val double2BytesWritableInj: Injection[Double, ImmutableBytesWritable]

  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit lazy val float2BytesInj: Injection[Float, FloatBytes]

  16. implicit lazy val float2BytesWritableInj: Injection[Float, ImmutableBytesWritable]

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. implicit lazy val int2BytesInj: Injection[Int, IntBytes]

  20. implicit lazy val int2BytesWritableInj: Injection[Int, ImmutableBytesWritable]

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. implicit lazy val long2BytesInj: Injection[Long, LongBytes]

  23. implicit lazy val long2BytesWritableInj: Injection[Long, ImmutableBytesWritable]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. implicit lazy val short2BytesInj: Injection[Short, ShortBytes]

  28. implicit lazy val short2BytesWritableInj: Injection[Short, ImmutableBytesWritable]

  29. implicit lazy val string2BytesInj: Injection[String, StringBytes]

  30. implicit lazy val string2BytesWritableInj: Injection[String, ImmutableBytesWritable]

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped