Object

com.twitter.bijection.hbase

HBaseInjections

Related Doc: package hbase

Permalink

object HBaseInjections

Provides various HBase specific Injections by wrapping org.apache.hadoop.hbase.util.Bytes

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
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ImmutableBytesWritableInjection[T] extends AbstractInjection[T, ImmutableBytesWritable]

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit lazy val bigDecimal2BytesInj: Injection[BigDecimal, Array[Byte]]

    Permalink
  6. implicit lazy val bigDecimal2BytesWritableInj: Injection[BigDecimal, ImmutableBytesWritable]

    Permalink
  7. implicit lazy val boolean2BytesInj: Injection[Boolean, Array[Byte]]

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

    Permalink
  9. implicit lazy val bytes2BytesWritableInj: Injection[Array[Byte], ImmutableBytesWritable]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit lazy val double2BytesInj: Injection[Double, Array[Byte]]

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

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit lazy val int2BytesInj: Injection[Int, Array[Byte]]

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

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. implicit lazy val long2BytesInj: Injection[Long, Array[Byte]]

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

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit lazy val short2BytesInj: Injection[Short, Array[Byte]]

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

    Permalink
  30. implicit lazy val string2BytesInj: Injection[String, Array[Byte]]

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

    Permalink

    ImmutableBytesWritable injections avoid copying when possible and use the slice (offset and length) of the underlying byte array.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped