hbase

Table

trait Table extends Closeable

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

Abstract Value Members

  1. abstract def underlying: HTableInterface

Concrete 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. def admin[A](f: (TableAdmin) ⇒ A): A

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Definition Classes
    Table → Closeable → AutoCloseable
  8. def config: Configuration

  9. def delete[K](key: K)(implicit keyC: Bytes[K]): Unit

  10. def delete[K](key: K, coords: Seq[Coordinates] = Nil)(implicit keyC: Bytes[K]): Unit

  11. def deleteWith[K](key: K)(f: (Delete) ⇒ Delete)(implicit keyC: Bytes[K]): Unit

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

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

    Definition Classes
    AnyRef → Any
  14. def exists[K](key: K, coords: Coordinates)(implicit keyC: Bytes[K]): Boolean

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def flush(): Unit

  17. def get[K](key: K, coords: Coordinates)(implicit keyC: Bytes[K]): Option[Result]

  18. def get[K](key: K)(implicit keyC: Bytes[K]): Option[Result]

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

    Definition Classes
    AnyRef → Any
  20. def getSeq[K](keys: Seq[K])(implicit keyC: Bytes[K]): IndexedSeq[Result]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def inc[K](key: K, input: Increment*)(implicit keyC: Bytes[K]): Unit

  23. def incSeq[K](key: K, input: Seq[Increment])(implicit keyC: Bytes[K]): Unit

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def name: String

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

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

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

    Definition Classes
    AnyRef
  29. def put[K](key: K, input: QualifiedValue*)(implicit keyC: Bytes[K]): Unit

  30. def putSeq[K](key: K, input: Seq[QualifiedValue])(implicit keyC: Bytes[K]): Unit

  31. def scan(scan: (Scan) ⇒ Scan): ResultIterable

  32. def scan[A](coords: Coordinates, filter: Option[Filter] = None)(f: (ResultIterable) ⇒ A): A

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped