hbase

package hbase

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

Type Members

  1. trait Bytes[A] extends AnyRef

  2. case class Config extends Product with Serializable

  3. case class Coordinates extends Product with Serializable

  4. case class Increment(coords: Coordinates, amount: Long = 1L) extends Input with Product with Serializable

  5. sealed trait Input extends AnyRef

  6. case class QualifiedValue(coords: Coordinates, value: Value) extends Input with Product with Serializable

  7. trait Result extends AnyRef

  8. class ResultIterable extends Iterable[Result] with Closeable

    ResultIterables should be closed.

  9. trait Table extends Closeable

  10. trait TableAdmin extends Closeable

  11. case class Value extends Product with Serializable

Value Members

  1. object Bytes

  2. object Config extends Serializable

  3. object Coordinates extends Serializable

  4. object Filters

  5. object Main

  6. object Result extends (org.apache.hadoop.hbase.client.Result) ⇒ Result

  7. object Table

  8. object TableAdmin

  9. object Value extends Serializable

  10. def borrow[A <: Closeable, B](obj: A)(f: (A) ⇒ B): B

Inherited from AnyRef

Inherited from Any

Ungrouped